diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1999-01-22 23:50:14 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1999-01-22 23:50:14 +0000 |
| commit | b7fd9e91ed7a9575848abbe55f8e6d2c9124a49c (patch) | |
| tree | 856ed798dbc7c4be33c9ca6baa5efb02acaf28ee /sys/boot/common/help.common | |
| parent | b7b98418bddee2335e9368212bc69e64a2ef476c (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/help.common')
| -rw-r--r-- | sys/boot/common/help.common | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index 98d21e1eb6711..ab8d11e5256e3 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 |
