summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/help.common
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-01-22 23:50:14 +0000
committermsmith <msmith@FreeBSD.org>1999-01-22 23:50:14 +0000
commit1ebf60a8063c2a182d47d4e952bb4c6b34389d27 (patch)
treeaa70ada47db2a6e8a4426ed0de4cceaa24b165d1 /sys/boot/common/help.common
parent4f0f9529e8b9fc58e5f100ab78b0c2719279017c (diff)
downloadFreeBSD-src-1ebf60a8063c2a182d47d4e952bb4c6b34389d27.zip
FreeBSD-src-1ebf60a8063c2a182d47d4e952bb4c6b34389d27.tar.gz
bootstrap.h
help.common interp.c Rename the 'source' command to 'include' in order to avoid conflict with the ANS Forth command of the same name. (kern/9473) interp_forth.c: Changes from kern/9412 (EXCEPTION word), kern/9442 (TIB buffer sizing) and an improved version of kern/9460 (set version numbers). load_aout.c: Trim some obsolete #if 0'ed cruft. pnp.c: Tidy the pnpscan output, turn off the module scanning until we sort out how to do it right. PR: kern/9412 kern/9442 kern/9460 kern/9473 Submitted by: PRs from Daniel Sobral <dcs@newsguy.com>
Diffstat (limited to 'sys/boot/common/help.common')
-rw-r--r--sys/boot/common/help.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common
index 98d21e1..ab8d11e 100644
--- a/sys/boot/common/help.common
+++ b/sys/boot/common/help.common
@@ -231,9 +231,9 @@
See the set command for a list of some variables.
################################################################################
-# Tsource DRead commands from a script file
+# Tinclude DRead commands from a script file
- source <filename>
+ include <filename>
The entire contents of <filename> are read into memory before executing
commands, so it is safe to source a file from removable media.
@@ -241,6 +241,8 @@
A number of modifiers may be prefixed to commands within a script file
to alter their behaviour:
+ # Ignore the line (use for comments).
+
@ Suppresses the printing of the command when executed.
- Prevents the script from terminating if the command returns
OpenPOWER on IntegriCloud