diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-04-04 14:46:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-04-04 14:46:31 +0000 |
commit | 3830fcf862d1f0cdb4650778de5551d1bade62ad (patch) | |
tree | eccc71966d2c9caf030db461af40de028a8c7865 /share/man | |
parent | e24090993359120cebeb9fd53d16cc13498ea4f2 (diff) |
no more COMPAT_O47;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/options.4 | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index f8e4c4a0e57..b772663d769 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.207 2011/03/08 00:13:41 bluhm Exp $ +.\" $OpenBSD: options.4,v 1.208 2011/04/04 14:46:30 jmc 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 $Mdocdate: March 8 2011 $ +.Dd $Mdocdate: April 4 2011 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -108,13 +108,6 @@ applications built for the same architecture. This option is supported on the i386 architecture. See .Xr compat_linux 8 . -.It Cd option COMPAT_O47 -Enables compatibility with -.Ox 4.7 . -This makes it possible to run statically-linked binaries that -use -.Xr getpeereid 3 -from the time when it was a system call. .It Cd option COMPAT_SVR4 On those architectures that support it, this enables binary compatibility with |