diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-05-05 00:23:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-05-05 00:23:30 +0000 |
commit | 05af0de47625b84b4a8329e388c08a47d7e65bbd (patch) | |
tree | ec3e4ec30a681e96b221b9ad0c2032327f4ae48d /share/man | |
parent | d36786627d6dc708a66292d6843d149ddb433f52 (diff) |
Document COMPAT_35
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/options.4 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index f44308cd2fc..05edee26df9 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.141 2004/05/03 15:18:19 drahn Exp $ +.\" $OpenBSD: options.4,v 1.142 2004/05/05 00:23:29 millert Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -77,6 +77,19 @@ system calls which were replaced in when .Li struct stat was expanded. +.It Cd option COMPAT_35 +Enables compatibility with +.Ox 3.5 . +This makes it possible to run binaries that use old versions of the +.Xr semop 2 +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 . .It Cd option COMPAT_SVR4 On those architectures that support it, this enables binary compatibility with |