Module Name:    src
Committed By:   uwe
Date:           Fri Aug 28 15:35:34 UTC 2020

Modified Files:
        src/share/man/man8: compat_bsdos.8

Log Message:
Formatting tweaks.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/share/man/man8/compat_bsdos.8:1.2
--- src/share/man/man8/compat_bsdos.8:1.1	Fri Aug 28 12:13:09 2020
+++ src/share/man/man8/compat_bsdos.8	Fri Aug 28 15:35:34 2020
@@ -28,7 +28,7 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .Dd August 27, 2020
-.Dt compat_bsdos 8 amd64,i386,sparc,sparc64
+.Dt COMPAT_BSDOS 8 amd64,i386,sparc,sparc64
 .Os
 .Sh NAME
 .Nm compat_bsdos
@@ -36,21 +36,20 @@
 .Sh DESCRIPTION
 .Pp
 The
-.Cd COMPAT_NOMID
-kernel option provides compatibility with BSDi 1-3
+.Dv COMPAT_NOMID
+kernel option provides compatibility with
+.Tn BSDi Ns No \ 1. Ns Em \^x Ns \|\(en\|3. Ns Em \^x
 .Xr a.out 5
 binaries on
-.Tn Nx Ns /i386
+.Nx Ns Tn /i386
 and
-.Tn Nx Ns /amd64 .
+.Nx Ns Tn /amd64 .
 The option is included in the
 .Li GENERIC
-kernel on
-.Em i386 ,
+kernel on i386,
 but needs to be enabled along with
-.Cd EXEC_AOUT
-on
-.Em amd64 .
+.Dv EXEC_AOUT
+on amd64.
 .Pp
 Null memory protection must be disabled with the
 .Xr sysctl 7
@@ -77,19 +76,20 @@ compatibility layers currently available
 .Xr a.out 5 ,
 .Xr elf 5 ,
 .Xr sysctl 7 ,
-.Xr compat_netbsd32 8
+.Xr compat_netbsd32 8 ,
+.Xr ldconfig 8
 .Sh HISTORY
 .Pp
-.Tn Bsx "(BSD/386)"
-1.0-1.1 was derived from
-.Bx 4.3 Reno
+.Tn BSD/386 Ns No \ 1.0\|\(en\|1.1
+was derived from
+.Bx 4.3 Tn Reno
 code in the
 .Tn Net/2
 release.
 .Pp
 .Bsx 2.0
 was based on
-.Bx 4.4 Lite ,
+.Bx 4.4 Tn Lite ,
 but introduced new static shared libraries
 compiled into binary objects under
 .Pa /shlib .
@@ -100,26 +100,23 @@ command with the
 flag that allowed reverting to the standard
 library archive format.
 .Pp
-.Ox 2.2-4.7
+.Ox 2.2\|\(en\|4.7
 included a different compatibility implementation
 under the
-.Li COMPAT_BSDOS
+.Dv COMPAT_BSDOS
 kernel option.
 .Sh BUGS
 .Pp
 .Bsx
 compatibility was broken on
-.Nx
-5-6.
+.Nx 5\|\(en\|6
 .Pp
-.Bsx
+.Bsx 3.0
 added
 .Tn SPARC
-support with release 3.0,
-but the binaries are incorrectly recognized
-and fail as
-.Li sunos
-executables on
-.Tn Nx Ns /sparc
+support, but the binaries are incorrectly recognized as
+.Tn SunOS
+executables and fail on
+.Nx Ns Tn /sparc
 and
-.Tn Nx Ns /sparc64 .
+.Nx Ns Tn /sparc64 .

Reply via email to