From c90a03ed59327b8c4a9b2bf614bf631a4a846116 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 14 Feb 1997 23:14:19 +0000 Subject: [PATCH] lowercase names --- share/man/man8/compat_freebsd.8 | 9 +++++---- share/man/man8/compat_linux.8 | 8 ++++---- share/man/man8/compat_sunos.8 | 9 +++++++-- share/man/man8/compat_svr4.8 | 10 +++++----- 4 files changed, 21 insertions(+), 15 deletions(-) diff --git a/share/man/man8/compat_freebsd.8 b/share/man/man8/compat_freebsd.8 index a72d72529d7..163d068341b 100644 --- a/share/man/man8/compat_freebsd.8 +++ b/share/man/man8/compat_freebsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_freebsd.8,v 1.1 1996/08/09 16:43:27 deraadt Exp $ +.\" $OpenBSD: compat_freebsd.8,v 1.2 1997/02/14 23:14:19 deraadt Exp $ .\" $NetBSD: compat_linux.8,v 1.1 1995/03/05 23:30:36 fvdl Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -31,20 +31,21 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .Dd June 4, 1995 -.Dt COMPAT_FREEBSD 8 +.Dt compat_freebsd 8 .Os .Sh NAME -.Nm COMPAT_FREEBSD +.Nm compat_freebsd .Nd setup procedure for running FreeBSD binaries .Sh DESCRIPTION OpenBSD supports running FreeBSD binaries. Most binaries should work, except programs that use FreeBSD-specific features. These include i386-specific calls, such as syscons utilities, and audio devices. +.Pp The FreeBSD compatibility feature is active for kernels compiled with the .Nm COMPAT_FREEBSD option enabled. - +.Pp A lot of programs are dynamically linked. This means, that you will also need the FreeBSD shared libraries that the program depends on, and the runtime linker. Also, you will need to create a "shadow root" diff --git a/share/man/man8/compat_linux.8 b/share/man/man8/compat_linux.8 index c8052b80709..42784591b5b 100644 --- a/share/man/man8/compat_linux.8 +++ b/share/man/man8/compat_linux.8 @@ -30,10 +30,10 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .Dd March 2, 1995 -.Dt COMPAT_LINUX 8 +.Dt compat_linux 8 .Os BSD 4 .Sh NAME -.Nm COMPAT_LINUX +.Nm compat_linux .Nd setup procedure for running Linux binaries .Sh DESCRIPTION OpenBSD supports running Linux binaries. This only applies to i386 systems @@ -43,12 +43,12 @@ will not work include the Linux /proc filesystem (which is different from the optional OpenBSD /proc filesystem), and i386-specific calls, such as enabling virtual 8086 mode. Currently, sound is not supported for Linux binaries (they will probably run, but not produce any sound). - +.Pp The Linux compatibility feature is active for kernels compiled with the .Nm COMPAT_LINUX option enabled. - +.Pp A lot of programs are dynamically linked. This means, that you will also need the Linux shared libraries that the program depends on, and the runtime linker. Also, you will need to create a "shadow root" diff --git a/share/man/man8/compat_sunos.8 b/share/man/man8/compat_sunos.8 index f4db601106c..923ff237bc4 100644 --- a/share/man/man8/compat_sunos.8 +++ b/share/man/man8/compat_sunos.8 @@ -31,15 +31,20 @@ .\" SUCH DAMAGE. .\" .Dd June 15, 1994 -.Dt COMPAT_SUNOS 8 +.Dt compat_sunos 8 .Os BSD 4 .Sh NAME -.Nm COMPAT_SUNOS +.Nm compat_sunos .Nd setup procedure for m68k and sparc architectures .Sh DESCRIPTION OpenBSD/sparc and some of the OpenBSD/m68k architectures can run SunOS executables. Most executables will work. .Pp +The SunOS compatibility feature is active +for kernels compiled with the +.Nm COMPAT_SUNOS +option enabled. +.Pp The exceptions include programs that use the SunOS kvm library, and various system calls, ioctl()'s, or kernel semantics that are difficult to emulate. diff --git a/share/man/man8/compat_svr4.8 b/share/man/man8/compat_svr4.8 index e42f728f2b4..923b8ca64b6 100644 --- a/share/man/man8/compat_svr4.8 +++ b/share/man/man8/compat_svr4.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_svr4.8,v 1.1 1996/08/24 22:08:57 deraadt Exp $ +.\" $OpenBSD: compat_svr4.8,v 1.2 1997/02/14 23:14:21 deraadt Exp $ .\" $NetBSD: compat_svr4.8,v 1.1 1996/07/06 17:14:50 christos Exp $ .\" .\" Copyright (c) 1996 Christos Zoulas @@ -33,22 +33,22 @@ .\" Stolen from compat_linux.8,v 1.2 1995/10/16 20:17:59 fvdl .\" .Dd July 6, 1996 -.Dt COMPAT_SVR4 8 +.Dt compat_svr4 8 .Os BSD 4 .Sh NAME -.Nm COMPAT_SVR4 +.Nm compat_svr4 .Nd setup procedure for running SVR4/iBCS2 binaries .Sh DESCRIPTION OpenBSD supports running SVR4/iBCS2 binaries. This code has been tested on i386 and sparc systems. Most programs should work, but not ones that use the /proc filesystem, sound, or threads (unfortunately ttsession uses threads). .\" XXX: What else? - +.Pp The SVR4 compatibility feature is active for kernels compiled with the .Nm COMPAT_SVR4 option enabled. - +.Pp Most SVR4 programs are dynamically linked. This means that you will also need the shared libraries that the program depends on and the runtime linker. Also, you will need to create a "shadow root" -- 2.20.1