diff options
author | charnier <charnier@FreeBSD.org> | 2002-07-14 15:19:46 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-07-14 15:19:46 +0000 |
commit | 123ce585c8b7f9f9937e29cdf4a4899351596eda (patch) | |
tree | de7ecd2b38b354c88fc61dc5470b5ad094cfa827 /sys/boot | |
parent | abd215c87f8a5c708e973d59d415b508c1de291f (diff) | |
download | FreeBSD-src-123ce585c8b7f9f9937e29cdf4a4899351596eda.zip FreeBSD-src-123ce585c8b7f9f9937e29cdf4a4899351596eda.tar.gz |
The .Nm
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/common/loader.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 60fdd28..7c9d078 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 . |