diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-01 06:08:21 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-01 06:08:21 +0000 |
| commit | ae84df99c43dec309647d5ae72f07d011e74b3c7 (patch) | |
| tree | 8a14048d534ed7d6f7ce1c429f0dda7acb0a1e28 /sys/boot/common/help.common | |
| parent | 5b3c6cedf52c624b606f776cb8eba6f9a3f1b2be (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/help.common')
| -rw-r--r-- | sys/boot/common/help.common | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index ec8af4ea630c..511f323429e1 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -85,6 +85,15 @@ List loaded modules. If [-v] is specified, print more details. ################################################################################ +# Tmore DPage files + + more <filename> [<filename> ...] + + Show contents of text files. When displaying the contents of more, + than one file, if the user elects to quit displaying a file, the + remaining files will not be shown. + +################################################################################ # Tpnpscan DScan for PnP devices pnpscan [-v] @@ -241,7 +250,7 @@ ################################################################################ # Tinclude DRead commands from a script file - include <filename> + include <filename> [<filename> ...] The entire contents of <filename> are read into memory before executing commands, so it is safe to source a file from removable media. |
