diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 17:05:46 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 17:05:46 +0000 |
commit | 0127deea8c3ecf9b2bcefaa370c23b1d51b0720c (patch) | |
tree | 091fecb2f1dadd618e4e7cf7126c42f2349b386a /sys/boot/common | |
parent | ea31070695b2e513fcf660fbcc7f05a829839c35 (diff) | |
download | FreeBSD-src-0127deea8c3ecf9b2bcefaa370c23b1d51b0720c.zip FreeBSD-src-0127deea8c3ecf9b2bcefaa370c23b1d51b0720c.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'sys/boot/common')
-rw-r--r-- | sys/boot/common/loader.8 | 8 |
1 files changed, 4 insertions, 4 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 |