mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 17:32:43 +00:00
mdoc(7) police: use the new features of the Nm macro.
This commit is contained in:
parent
7c7fb079b9
commit
d5874785b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68961
@ -114,7 +114,7 @@ will be set and
|
|||||||
.Nm
|
.Nm
|
||||||
will engage interactive mode.
|
will engage interactive mode.
|
||||||
.Sh BUILTIN COMMANDS
|
.Sh BUILTIN COMMANDS
|
||||||
.Nm Loader Ns No 's
|
.Nm Loader Ns 's
|
||||||
builtin commands take its parameters from the command line.
|
builtin commands take its parameters from the command line.
|
||||||
Presently,
|
Presently,
|
||||||
the only way to call them from a script is by using
|
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.
|
after the system has been booted.
|
||||||
.Pp
|
.Pp
|
||||||
A few variables are set automatically by
|
A few variables are set automatically by
|
||||||
.Nm loader .
|
.Nm .
|
||||||
Others can affect either
|
Others can affect either
|
||||||
.Nm
|
.Nm
|
||||||
or kernel's behavior at boot.
|
or kernel's behavior at boot.
|
||||||
@ -375,7 +375,7 @@ This has been deprecated in favour of
|
|||||||
.Va root_disk_unit .
|
.Va root_disk_unit .
|
||||||
.It Va prompt
|
.It Va prompt
|
||||||
Value of
|
Value of
|
||||||
.Nm Ns No 's
|
.Nm Ns 's
|
||||||
prompt.
|
prompt.
|
||||||
Defaults to
|
Defaults to
|
||||||
.Li Dq "${currdev}>" .
|
.Li Dq "${currdev}>" .
|
||||||
@ -525,7 +525,7 @@ virtual machine library that can be called by C functions and vice
|
|||||||
versa.
|
versa.
|
||||||
.Pp
|
.Pp
|
||||||
In
|
In
|
||||||
.Nm No ,
|
.Nm ,
|
||||||
each line read interactively is then fed to
|
each line read interactively is then fed to
|
||||||
.Tn FICL ,
|
.Tn FICL ,
|
||||||
which may call
|
which may call
|
||||||
|
@ -53,7 +53,7 @@ examples below for the most common situations, and to
|
|||||||
for additional commands.
|
for additional commands.
|
||||||
.Pp
|
.Pp
|
||||||
Before using any of the commands provided in
|
Before using any of the commands provided in
|
||||||
.Nm No ,
|
.Nm ,
|
||||||
it must be included
|
it must be included
|
||||||
through the command:
|
through the command:
|
||||||
.Pp
|
.Pp
|
||||||
@ -192,7 +192,7 @@ boot-conf
|
|||||||
Disable the loading of the splash screen module and bitmap and then
|
Disable the loading of the splash screen module and bitmap and then
|
||||||
proceeds to boot:
|
proceeds to boot:
|
||||||
.Pp
|
.Pp
|
||||||
.Bd -literal -offset -indent -compact
|
.Bd -literal -offset indent -compact
|
||||||
unload
|
unload
|
||||||
disable-module splash_bmp
|
disable-module splash_bmp
|
||||||
disable-module bitmap
|
disable-module bitmap
|
||||||
|
@ -55,7 +55,7 @@ If no
|
|||||||
exists at installworld time, one with the above lines will be installed.
|
exists at installworld time, one with the above lines will be installed.
|
||||||
.Sh SYNTAX
|
.Sh SYNTAX
|
||||||
Though
|
Though
|
||||||
.Nm loader.conf Ns No 's
|
.Nm Ns 's
|
||||||
format was defined explicitly to resemble
|
format was defined explicitly to resemble
|
||||||
.Xr rc.conf 5 ,
|
.Xr rc.conf 5 ,
|
||||||
and can be sourced by
|
and can be sourced by
|
||||||
@ -135,7 +135,7 @@ which aborts the bootstrap process, use of this setting should be avoided.
|
|||||||
.El
|
.El
|
||||||
.Sh DEFAULT SETTINGS
|
.Sh DEFAULT SETTINGS
|
||||||
Most of
|
Most of
|
||||||
.Nm loader.conf Ns No 's
|
.Nm Ns 's
|
||||||
default settings can be ignored. The few of them which are important
|
default settings can be ignored. The few of them which are important
|
||||||
or useful are:
|
or useful are:
|
||||||
.Bl -tag -width bootfile -offset indent
|
.Bl -tag -width bootfile -offset indent
|
||||||
@ -181,14 +181,14 @@ be displayed.
|
|||||||
default settings -- do not change this file.
|
default settings -- do not change this file.
|
||||||
.It Pa /boot/loader.4th
|
.It Pa /boot/loader.4th
|
||||||
defines the commands used by loader to read and process
|
defines the commands used by loader to read and process
|
||||||
.Nm loader.conf .
|
.Nm .
|
||||||
.It Pa /boot/loader.conf
|
.It Pa /boot/loader.conf
|
||||||
user defined settings.
|
user defined settings.
|
||||||
.It Pa /boot/loader.conf.local
|
.It Pa /boot/loader.conf.local
|
||||||
machine-specific settings for sites with a common loader.conf.
|
machine-specific settings for sites with a common loader.conf.
|
||||||
.It Pa /boot/loader.rc
|
.It Pa /boot/loader.rc
|
||||||
contains the instructions to automatically process
|
contains the instructions to automatically process
|
||||||
.Nm loader.conf .
|
.Nm .
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr boot 8 ,
|
.Xr boot 8 ,
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
.Nm ibcs2
|
.Nm ibcs2
|
||||||
.Nd load iBCS2 runtime support for SCO and ISC binaries
|
.Nd load iBCS2 runtime support for SCO and ISC binaries
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm ibcs2
|
.Nm
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
.Nm osf1
|
.Nm osf1
|
||||||
.Nd load the OSF/1 emulator kernel module
|
.Nd load the OSF/1 emulator kernel module
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm osf1
|
.Nm
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
.Nm svr4
|
.Nm svr4
|
||||||
.Nd load the SystemV emulator module
|
.Nd load the SystemV emulator module
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm svr4
|
.Nm
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
Loading…
Reference in New Issue
Block a user