Module Name: src Committed By: ryoon Date: Mon Aug 24 19:30:00 UTC 2020
Modified Files: src/share/man/man4: options.4 Log Message: Add COMPAT_90 And bump date. To generate a diff of this commit: cvs rdiff -u -r1.514 -r1.515 src/share/man/man4/options.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/options.4 diff -u src/share/man/man4/options.4:1.514 src/share/man/man4/options.4:1.515 --- src/share/man/man4/options.4:1.514 Tue Aug 4 06:10:27 2020 +++ src/share/man/man4/options.4 Mon Aug 24 19:30:00 2020 @@ -1,4 +1,4 @@ -.\" $NetBSD: options.4,v 1.514 2020/08/04 06:10:27 skrll Exp $ +.\" $NetBSD: options.4,v 1.515 2020/08/24 19:30:00 ryoon Exp $ .\" .\" Copyright (c) 1996 .\" Perry E. Metzger. All rights reserved. @@ -30,7 +30,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd August 4, 2020 +.Dd August 25, 2020 .Dt OPTIONS 4 .Os .Sh NAME @@ -398,6 +398,12 @@ Enable binary compatibility with This provides support for old .Xr route 4 interfaces. +.It Cd options COMPAT_80 +Enable binary compatibility with +.Nx 8.0 . +.It Cd options COMPAT_90 +Enable binary compatibility with +.Nx 9.0 . .It Cd options COMPAT_BSDPTY This option is currently on by default and enables the pty multiplexer .Xr ptm 4