diff options
author | 2002-05-07 08:15:53 +0000 | |
---|---|---|
committer | 2002-05-07 08:15:53 +0000 | |
commit | c407a465521e6cdd4d27baf41e53b4b6d2247b2d (patch) | |
tree | 160f59257c3113b6311856a0f59d114ec36919da | |
parent | Carefully applied -Wall fixups from <panda@omatis.com>. (diff) | |
download | wireguard-openbsd-c407a465521e6cdd4d27baf41e53b4b6d2247b2d.tar.xz wireguard-openbsd-c407a465521e6cdd4d27baf41e53b4b6d2247b2d.zip |
Correct COMPAT_ULTRIX description.
-rw-r--r-- | share/man/man4/options.4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 7618f7fb953..193da8d8533 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.98 2002/05/03 15:49:16 brad Exp $ +.\" $OpenBSD: options.4,v 1.99 2002/05/07 08:15:53 miod Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -112,7 +112,7 @@ On those architectures that support it, this enables binary compatibility with .Em SunOS 4.x applications built for the same architecture. -This option is supported on sparc and most m68k architectures. +This option is supported on sparc and all m68k architectures. See .Xr compat_sunos 8 . .It Cd option COMPAT_ULTRIX @@ -120,8 +120,7 @@ On those architectures that support it, this enables binary compatibility with .Tn Ultrix applications built for the same architecture. -This option is available on the little-endian MIPS architectures like -arc and pmax. +This option is available on the vax architecture. See .Xr compat_ultrix 8 . .It Cd option COMPAT_FREEBSD |