diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-06-30 20:46:53 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-06-30 20:46:53 +0000 |
commit | 0c43828367e7f9d8b5aa71b6c48e5c4c444c028e (patch) | |
tree | a680d025f0b8a1c2c12b96faea87105ec9ff61cf /share | |
parent | 521d5ae08639910a1ee34593150928a885b1a834 (diff) |
remove compat_osf1. ok deraadt miod
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/options.4 | 14 | ||||
-rw-r--r-- | share/man/man8/Makefile | 4 |
2 files changed, 4 insertions, 14 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index f48e49ceb13..0e3a7c4566c 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.198 2010/06/29 20:30:32 guenther Exp $ +.\" $OpenBSD: options.4,v 1.199 2010/06/30 20:46:51 tedu 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: June 29 2010 $ +.Dd $Mdocdate: June 30 2010 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -138,16 +138,6 @@ and system calls which were replaced in .Ox 4.4 when struct stat was expanded. -.It Cd option COMPAT_OSF1 -On those architectures that support it, this enables binary -compatibility with -.Em Digital UNIX -(formerly -.Em OSF/1 ) -applications built for the same architecture. -This option is available on the alpha architecture. -See -.Xr compat_osf1 8 . .It Cd option COMPAT_SUNOS On those architectures that support it, this enables binary compatibility with diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index a0e708189d0..90f1c1aa499 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.69 2010/06/29 20:30:31 guenther Exp $ +# $OpenBSD: Makefile,v 1.70 2010/06/30 20:46:52 tedu Exp $ # $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 MAN= afterboot.8 boot_config.8 compat_aout.8 compat_bsdos.8 \ compat_freebsd.8 compat_ibcs2.8 \ - compat_linux.8 compat_osf1.8 compat_sunos.8 \ + compat_linux.8 compat_sunos.8 \ compat_svr4.8 crash.8 daily.8 dhcp.8 \ diskless.8 genassym.sh.8 intro.8 netstart.8 rc.8 \ rc.conf.8 rc.shutdown.8 release.8 security.8 ssl.8 \ |