summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-20 17:05:46 +0000
committerru <ru@FreeBSD.org>2000-11-20 17:05:46 +0000
commit0127deea8c3ecf9b2bcefaa370c23b1d51b0720c (patch)
tree091fecb2f1dadd618e4e7cf7126c42f2349b386a
parentea31070695b2e513fcf660fbcc7f05a829839c35 (diff)
downloadFreeBSD-src-0127deea8c3ecf9b2bcefaa370c23b1d51b0720c.zip
FreeBSD-src-0127deea8c3ecf9b2bcefaa370c23b1d51b0720c.tar.gz
mdoc(7) police: use the new features of the Nm macro.
-rw-r--r--sys/boot/common/loader.88
-rw-r--r--sys/boot/forth/loader.4th.84
-rw-r--r--sys/boot/forth/loader.conf.58
-rw-r--r--sys/modules/ibcs2/ibcs2.82
-rw-r--r--sys/modules/osf1/osf1.82
-rw-r--r--sys/modules/svr4/svr4.82
6 files changed, 13 insertions, 13 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index 2e1f6cf..ed1c039 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -114,7 +114,7 @@ will be set and
.Nm
will engage interactive mode.
.Sh BUILTIN COMMANDS
-.Nm Loader Ns No 's
+.Nm Loader Ns 's
builtin commands take its parameters from the command line.
Presently,
the only way to call them from a script is by using
@@ -301,7 +301,7 @@ Notice that this environment variables are not inherited by any shell
after the system has been booted.
.Pp
A few variables are set automatically by
-.Nm loader .
+.Nm .
Others can affect either
.Nm
or kernel's behavior at boot.
@@ -375,7 +375,7 @@ This has been deprecated in favour of
.Va root_disk_unit .
.It Va prompt
Value of
-.Nm Ns No 's
+.Nm Ns 's
prompt.
Defaults to
.Li Dq "${currdev}>" .
@@ -525,7 +525,7 @@ virtual machine library that can be called by C functions and vice
versa.
.Pp
In
-.Nm No ,
+.Nm ,
each line read interactively is then fed to
.Tn FICL ,
which may call
diff --git a/sys/boot/forth/loader.4th.8 b/sys/boot/forth/loader.4th.8
index 8717a73..70fd593 100644
--- a/sys/boot/forth/loader.4th.8
+++ b/sys/boot/forth/loader.4th.8
@@ -53,7 +53,7 @@ examples below for the most common situations, and to
for additional commands.
.Pp
Before using any of the commands provided in
-.Nm No ,
+.Nm ,
it must be included
through the command:
.Pp
@@ -192,7 +192,7 @@ boot-conf
Disable the loading of the splash screen module and bitmap and then
proceeds to boot:
.Pp
-.Bd -literal -offset -indent -compact
+.Bd -literal -offset indent -compact
unload
disable-module splash_bmp
disable-module bitmap
diff --git a/sys/boot/forth/loader.conf.5 b/sys/boot/forth/loader.conf.5
index 40833aa..73b59be 100644
--- a/sys/boot/forth/loader.conf.5
+++ b/sys/boot/forth/loader.conf.5
@@ -55,7 +55,7 @@ If no
exists at installworld time, one with the above lines will be installed.
.Sh SYNTAX
Though
-.Nm loader.conf Ns No 's
+.Nm Ns 's
format was defined explicitly to resemble
.Xr rc.conf 5 ,
and can be sourced by
@@ -135,7 +135,7 @@ which aborts the bootstrap process, use of this setting should be avoided.
.El
.Sh DEFAULT SETTINGS
Most of
-.Nm loader.conf Ns No 's
+.Nm Ns 's
default settings can be ignored. The few of them which are important
or useful are:
.Bl -tag -width bootfile -offset indent
@@ -181,14 +181,14 @@ be displayed.
default settings -- do not change this file.
.It Pa /boot/loader.4th
defines the commands used by loader to read and process
-.Nm loader.conf .
+.Nm .
.It Pa /boot/loader.conf
user defined settings.
.It Pa /boot/loader.conf.local
machine-specific settings for sites with a common loader.conf.
.It Pa /boot/loader.rc
contains the instructions to automatically process
-.Nm loader.conf .
+.Nm .
.El
.Sh SEE ALSO
.Xr boot 8 ,
diff --git a/sys/modules/ibcs2/ibcs2.8 b/sys/modules/ibcs2/ibcs2.8
index 34880c7..55acf9e 100644
--- a/sys/modules/ibcs2/ibcs2.8
+++ b/sys/modules/ibcs2/ibcs2.8
@@ -34,7 +34,7 @@
.Nm ibcs2
.Nd load iBCS2 runtime support for SCO and ISC binaries
.Sh SYNOPSIS
-.Nm ibcs2
+.Nm
.Sh DESCRIPTION
The
.Nm
diff --git a/sys/modules/osf1/osf1.8 b/sys/modules/osf1/osf1.8
index a367dc9..2139b7d 100644
--- a/sys/modules/osf1/osf1.8
+++ b/sys/modules/osf1/osf1.8
@@ -30,7 +30,7 @@
.Nm osf1
.Nd load the OSF/1 emulator kernel module
.Sh SYNOPSIS
-.Nm osf1
+.Nm
.Sh DESCRIPTION
The
.Nm
diff --git a/sys/modules/svr4/svr4.8 b/sys/modules/svr4/svr4.8
index b6cb38f..7b52dd2 100644
--- a/sys/modules/svr4/svr4.8
+++ b/sys/modules/svr4/svr4.8
@@ -35,7 +35,7 @@
.Nm svr4
.Nd load the SystemV emulator module
.Sh SYNOPSIS
-.Nm svr4
+.Nm
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud