Link compat_svr4 to compat_sco, compat_solaris and compat_xenix
Mention what exactly has been tested (for SCO, esp.) in the manpage.
This commit is contained in:
parent
610fe40379
commit
65d179de7b
@ -554,9 +554,12 @@
|
||||
./usr/share/man/cat8/clri.0
|
||||
./usr/share/man/cat8/compat_freebsd.0
|
||||
./usr/share/man/cat8/compat_linux.0
|
||||
./usr/share/man/cat8/compat_sco.0
|
||||
./usr/share/man/cat8/compat_solaris.0
|
||||
./usr/share/man/cat8/compat_sunos.0
|
||||
./usr/share/man/cat8/compat_svr4.0
|
||||
./usr/share/man/cat8/compat_ultrix.0
|
||||
./usr/share/man/cat8/compat_xenix.0
|
||||
./usr/share/man/cat8/comsat.0
|
||||
./usr/share/man/cat8/cron.0
|
||||
./usr/share/man/cat8/dev_mkdb.0
|
||||
@ -1608,9 +1611,12 @@
|
||||
./usr/share/man/man8/clri.8
|
||||
./usr/share/man/man8/compat_freebsd.8
|
||||
./usr/share/man/man8/compat_linux.8
|
||||
./usr/share/man/man8/compat_sco.8
|
||||
./usr/share/man/man8/compat_solaris.8
|
||||
./usr/share/man/man8/compat_sunos.8
|
||||
./usr/share/man/man8/compat_svr4.8
|
||||
./usr/share/man/man8/compat_ultrix.8
|
||||
./usr/share/man/man8/compat_xenix.8
|
||||
./usr/share/man/man8/comsat.8
|
||||
./usr/share/man/man8/cron.8
|
||||
./usr/share/man/man8/dev_mkdb.8
|
||||
|
@ -1,9 +1,12 @@
|
||||
# $NetBSD: Makefile,v 1.23 1998/02/11 18:52:28 gwr Exp $
|
||||
# $NetBSD: Makefile,v 1.24 1998/11/10 10:02:50 hubertf Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
||||
|
||||
MAN= adduser.8 compat_linux.8 compat_freebsd.8 compat_sunos.8 \
|
||||
compat_svr4.8 compat_ultrix.8 diskless.8 genassym.sh.8 \
|
||||
intro.8 rc.8 sticky.8 yp.8
|
||||
MLINKS+= compat_svr4.8 compat_sco.8
|
||||
MLINKS+= compat_svr4.8 compat_solaris.8
|
||||
MLINKS+= compat_svr4.8 compat_xenix.8
|
||||
SUBDIR= man8.alpha man8.amiga man8.arm32 man8.atari man8.hp300 man8.i386 \
|
||||
man8.mac68k man8.mvme68k man8.pc532 man8.pmax man8.sparc man8.sun3 \
|
||||
man8.vax man8.x68k
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: compat_svr4.8,v 1.11 1998/11/08 14:13:18 hubertf Exp $
|
||||
.\" $NetBSD: compat_svr4.8,v 1.12 1998/11/10 10:02:51 hubertf Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 Christos Zoulas
|
||||
.\" All rights reserved.
|
||||
@ -40,7 +40,8 @@
|
||||
.Sh DESCRIPTION
|
||||
.Nx
|
||||
supports running SVR4/iBCS2 binaries. This code has been tested on
|
||||
i386 and sparc systems. Most programs should work, but not ones that use
|
||||
i386 (with binaries from SCO OpenServer and XENIX) and sparc (with binaries
|
||||
from Solaris) systems. Most programs should work, but not ones that use
|
||||
or depend on:
|
||||
.sp
|
||||
.Bl -tag -width 123 -compact -offset indent
|
||||
|
Loading…
Reference in New Issue
Block a user