Module Name: src Committed By: apb Date: Sat Aug 16 15:34:33 UTC 2014
Modified Files: src/share/man/man4: options.4 Log Message: Document options COMPAT_40, COMPAT_50, and COMPAT_60. To generate a diff of this commit: cvs rdiff -u -r1.439 -r1.440 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.439 src/share/man/man4/options.4:1.440 --- src/share/man/man4/options.4:1.439 Wed Jul 23 21:19:33 2014 +++ src/share/man/man4/options.4 Sat Aug 16 15:34:33 2014 @@ -1,4 +1,4 @@ -.\" $NetBSD: options.4,v 1.439 2014/07/23 21:19:33 wiz Exp $ +.\" $NetBSD: options.4,v 1.440 2014/08/16 15:34:33 apb 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 July 23, 2014 +.Dd August 16, 2014 .Dt OPTIONS 4 .Os .Sh NAME @@ -320,6 +320,9 @@ See for details about the changes made after the .Nx 3.0 release. +.It Cd options COMPAT_40 +Enable binary compatibility with +.Nx 4.0 . .It Cd options COMPAT_43 Enables compatibility with .Bx 4.3 . @@ -348,6 +351,12 @@ It also enables support for some older pre .Bx 4.4 socket calls. +.It Cd options COMPAT_50 +Enable binary compatibility with +.Nx 5.0 . +.It Cd options COMPAT_60 +Enable binary compatibility with +.Nx 6.0 . .It Cd options COMPAT_BSDPTY This option is currently on by default and enables the pty multiplexer .Xr ptm 4