diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-14 23:14:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-14 23:14:22 +0000 |
commit | 49242de308863aac07db6561a9cafa1e7cdeeec9 (patch) | |
tree | 7feab385f1f48eedabf1c200441cdfc807f61dda /share/man/man8/compat_sunos.8 | |
parent | 20286feffbe6f309682415e720dd9a65b0777080 (diff) |
lowercase names
Diffstat (limited to 'share/man/man8/compat_sunos.8')
-rw-r--r-- | share/man/man8/compat_sunos.8 | 9 |
1 files changed, 7 insertions, 2 deletions
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. |