diff options
author | 2011-04-04 14:46:30 +0000 | |
---|---|---|
committer | 2011-04-04 14:46:30 +0000 | |
commit | c8ff23ae5e9e6da80a17f4004445162c5be73b3c (patch) | |
tree | 2025d5943b8f4ff1c17c979e1ec091e54d4ae8e2 | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-c8ff23ae5e9e6da80a17f4004445162c5be73b3c.tar.xz wireguard-openbsd-c8ff23ae5e9e6da80a17f4004445162c5be73b3c.zip |
no more COMPAT_O47;
-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 |