Reformat help to improve subtopic display appearance, other minor

cleaning.  The 'help' command in the loader should now be usable and
hopefully informative.
This commit is contained in:
Mike Smith 1998-12-15 14:32:17 +00:00
parent aa203600d5
commit 8719fada36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41822
2 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -14,7 +14,7 @@
only.
################################################################################
# Tset Snum_ide_disks DSet the number of IDE disks when booting from a SCSI disk
# Tset Snum_ide_disks DSet the number of IDE disks
set num_ide_disks=<value>
@ -24,11 +24,11 @@
correctly locate the SCSI disk you are booting from.
################################################################################
# Tset Sboot_userconfig DStart userconfig when the kernel is booted
# Tset Sboot_userconfig DStart Userconfig
set boot_userconfig
Indicates that the kernel's interactive device configuration program
should be run when the kernel is booted.
Requests that the kernel's interactive device configuration program
be run when the kernel is booted.
################################################################################