summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-02-28 17:38:53 +0000
committerru <ru@FreeBSD.org>2001-02-28 17:38:53 +0000
commitf4325cbb8be5678f80d062f6b978366e9dcaa1e4 (patch)
treee31c6e8990ba85351f1ed4d140cfcf2804f9ab1a /sys/boot
parent15e59884c93adf7c0d22cbaca565934c6eda53a9 (diff)
downloadFreeBSD-src-f4325cbb8be5678f80d062f6b978366e9dcaa1e4.zip
FreeBSD-src-f4325cbb8be5678f80d062f6b978366e9dcaa1e4.tar.gz
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/loader.816
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index a3a51bc..1e9771a 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -346,7 +346,7 @@ by the kernel during the boot phase.
.It Va bootfile
List of semicolon-separated search path for bootable kernels.
The default is
-.Li Dq kernel;kernel.old .
+.Dq Li kernel;kernel.old .
.It Va console
Defines the current console.
.It Va currdev
@@ -356,10 +356,10 @@ Syntax for devices is odd.
Sets the list of binaries which the kernel will try to run as initial
process.
The default is
-.Li Dq /sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall .
+.Dq Li /sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall .
.It Va interpret
Has the value
-.Li Dq ok
+.Dq Li ok
if the Forth's current state is interpreting.
.It Va LINES
Define the number of lines on the screen, to be used by the pager.
@@ -367,7 +367,7 @@ Define the number of lines on the screen, to be used by the pager.
Sets the list of directories which will be searched in for modules
named in a load command or implicitly required by a dependancy.
The default value for this variable is
-.Li Dq /;/boot;/modules .
+.Dq Li /;/boot;/modules .
.It Va num_ide_disks
Sets the number of IDE disks as a work around for some problems in
finding the root disk at boot.
@@ -378,7 +378,7 @@ Value of
.Nm Ns 's
prompt.
Defaults to
-.Li Dq "${currdev}>" .
+.Dq Li "${currdev}>" .
.It Va root_disk_unit
If the code which detects the disk unit number for the root disk is
confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
@@ -498,9 +498,9 @@ be passed, even if the builtin accepts no arguments.
.Pp
While this behavior has benefits, it has its trade-offs.
If the execution token of a builtin is acquired (through
-.Ic No '
+.Ic '
or
-.Ic No ['] ) ,
+.Ic ['] ) ,
and then passed to
.Ic catch
or
@@ -782,7 +782,7 @@ bye, forget, see, words,
\&[else]
.Ef
.Em and
-.Li No [then]
+.Li [then]
.Bf Em
from the Programming-Tools extension word set, Providing the
Search-Order extensions word set.
OpenPOWER on IntegriCloud