diff options
author | msmith <msmith@FreeBSD.org> | 1998-12-15 14:32:17 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-12-15 14:32:17 +0000 |
commit | 8b77bf750a43959429e98b8b681bb9b66371f804 (patch) | |
tree | 24f24fbb6e7c2360f481490b3003bde8902a6999 /sys/boot/common | |
parent | 98e8c7d522369c619fed305d7b6e955ac50a6e55 (diff) | |
download | FreeBSD-src-8b77bf750a43959429e98b8b681bb9b66371f804.zip FreeBSD-src-8b77bf750a43959429e98b8b681bb9b66371f804.tar.gz |
Reformat help to improve subtopic display appearance, other minor
cleaning. The 'help' command in the loader should now be usable and
hopefully informative.
Diffstat (limited to 'sys/boot/common')
-rw-r--r-- | sys/boot/common/help.common | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index a57ab7d..e467b1c 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -121,7 +121,7 @@ semicolon-separated list of paths, which will be searched for in turn. ################################################################################ -# Tset Sboot_askname DPrompt for root device when kernel is booted +# Tset Sboot_askname DPrompt for root device set boot_askname @@ -129,7 +129,7 @@ when the kernel is booted. ################################################################################ -# Tset Sboot_ddb DDrop to the kernel debugger (DDB) when the kernel is loaded +# Tset Sboot_ddb DDrop to the kernel debugger (DDB) set boot_ddb @@ -137,14 +137,14 @@ proceeding to initialise when booted. ################################################################################ -# Tset Sboot_gdb DSelect gdb-remote mode for kernel debugger +# Tset Sboot_gdb DSelect gdb-remote mode set boot_gdb Selects gdb-remote mode for the kernel debugger by default. ################################################################################ -# Tset Sboot_single DRequest the kernel start in single-user mode +# Tset Sboot_single DStart system in single-user mode set boot_single @@ -152,7 +152,7 @@ mode will be entered when the kernel has finished device probes. ################################################################################ -# Tset Sboot_verbose DDisplay verbose device probes and debugging information +# Tset Sboot_verbose DVerbose boot messages set boot_verbose |