Module Name: src
Committed By: uwe
Date: Sat Aug 29 21:42:25 UTC 2020
Modified Files:
src/share/man/man8: compat_bsdos.8
Log Message:
Minor wording tweaks from Dan Plassche.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man8/compat_bsdos.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man8/compat_bsdos.8
diff -u src/share/man/man8/compat_bsdos.8:1.3 src/share/man/man8/compat_bsdos.8:1.4
--- src/share/man/man8/compat_bsdos.8:1.3 Fri Aug 28 17:13:13 2020
+++ src/share/man/man8/compat_bsdos.8 Sat Aug 29 21:42:25 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: compat_bsdos.8,v 1.3 2020/08/28 17:13:13 wiz Exp $
+.\" $NetBSD: compat_bsdos.8,v 1.4 2020/08/29 21:42:25 uwe Exp $
.\"
.\" Copyright (c) 2020 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -36,17 +36,17 @@
.Sh DESCRIPTION
The
.Dv COMPAT_NOMID
-kernel option provides compatibility with
+kernel option includes compatibility with
.Tn BSDi Ns No \ 1. Ns Em \^x Ns \|\(en\|3. Ns Em \^x
.Xr a.out 5
binaries on
.Nx Ns Tn /i386
and
.Nx Ns Tn /amd64 .
-The option is included in the
+The option is enabled by default in the
.Li GENERIC
kernel on i386,
-but needs to be enabled along with
+but needs to be set along with
.Dv EXEC_AOUT
on amd64.
.Pp
@@ -67,7 +67,8 @@ pointing to the
directory to run outside of a chroot.
.Pp
.Bsx 4.0
-switched to ELF binaries that do not run under the
+switched to an ELF binary executable format
+that does not run under the
compatibility layers currently available on
.Nx .
.Sh SEE ALSO