aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/loader.8
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-07-14 15:19:46 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-07-14 15:19:46 +0000
commit74026cdab0b11a0020cb529dc12e8c6cc7a5567c (patch)
treede7ecd2b38b354c88fc61dc5470b5ad094cfa827 /sys/boot/common/loader.8
parent084e19802d5a187eb5f66c5c06d55ec26471cfb9 (diff)
downloadsrc-74026cdab0b11a0020cb529dc12e8c6cc7a5567c.tar.gz
src-74026cdab0b11a0020cb529dc12e8c6cc7a5567c.zip
The .Nm
Notes
Notes: svn path=/head/; revision=99974
Diffstat (limited to 'sys/boot/common/loader.8')
-rw-r--r--sys/boot/common/loader.89
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index 60fdd28385d1..7c9d078d4869 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -114,8 +114,9 @@ will be set and
.Nm
will engage interactive mode.
.Sh BUILTIN COMMANDS
-.Nm Loader Ns 's
-builtin commands take its parameters from the command line.
+In
+.Nm Ns ,
+builtin commands take parameters from the command line.
Presently,
the only way to call them from a script is by using
.Pa evaluate
@@ -585,7 +586,7 @@ virtual machine library that can be called by C functions and vice
versa.
.Pp
In
-.Nm ,
+.Nm Ns ,
each line read interactively is then fed to
.Tn FICL ,
which may call
@@ -860,11 +861,13 @@ from the Programming-Tools extension word set, Providing the
Search-Order extensions word set.
.Ef
.Sh HISTORY
+The
.Nm
first appeared in
.Fx 3.1 .
.Sh AUTHORS
.An -nosplit
+The
.Nm
was written by
.An Michael Smith Aq msmith@FreeBSD.org .