From 17b5defbca073c07ff038c420bb0a20771c64930 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 15 Jul 2004 08:21:48 +0000 Subject: More burden for COMPAT_35. --- share/man/man4/options.4 | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'share/man/man4/options.4') diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index aa0b1492fcd..e8f55010d39 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.144 2004/07/09 21:56:01 miod Exp $ +.\" $OpenBSD: options.4,v 1.145 2004/07/15 08:21:47 miod Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd March 21, 2004 +.Dd July 15, 2004 .Dt OPTIONS 4 .Os .Sh NAME @@ -86,10 +86,24 @@ and .Xr shmget 2 system calls which were replaced in .Ox 3.6 -when -.Li struct stat -their arguments were changed to match -.St -p1003.1-2003 . +when their arguments were changed to match +.St -p1003.1-2003 , +as well as binaries that use old versions of the +.Xr fhstat 2 , +.Xr fstat 2 , +.Xr lstat 2 , +.Xr msgctl 2 , +.Xr semctl 2 , +.Xr shmctl 2 +and +.Xr stat 2 +system calls which were replaced in +.Ox 3.6 +when types +.Li mode_t +and +.Li nlink_t +were extended to 32 bits. .It Cd option COMPAT_43 Use of this option is discouraged. It enables compatibility with -- cgit v1.2.3