summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-12-15 14:32:17 +0000
committermsmith <msmith@FreeBSD.org>1998-12-15 14:32:17 +0000
commit8b77bf750a43959429e98b8b681bb9b66371f804 (patch)
tree24f24fbb6e7c2360f481490b3003bde8902a6999
parent98e8c7d522369c619fed305d7b6e955ac50a6e55 (diff)
downloadFreeBSD-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.
-rw-r--r--sys/boot/common/help.common10
-rw-r--r--sys/boot/i386/loader/help.i3868
2 files changed, 9 insertions, 9 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
diff --git a/sys/boot/i386/loader/help.i386 b/sys/boot/i386/loader/help.i386
index 96e42ab..8128825 100644
--- a/sys/boot/i386/loader/help.i386
+++ b/sys/boot/i386/loader/help.i386
@@ -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.
################################################################################
OpenPOWER on IntegriCloud