summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2002-07-07 20:40:31 +0000
committermp <mp@FreeBSD.org>2002-07-07 20:40:31 +0000
commit8c8871e6a7057de9e9660454482190feaf52ac47 (patch)
tree54fa490f4ac611f7f46e01913d2e7ae7c00e92f8
parentffff9f17c5564d0b68bf6944ba87a9487bf1c0e4 (diff)
downloadFreeBSD-src-8c8871e6a7057de9e9660454482190feaf52ac47.zip
FreeBSD-src-8c8871e6a7057de9e9660454482190feaf52ac47.tar.gz
Change help documentation for bootfile and module_path to reflect
the actual code. Both use a ";" (not a ",") to delimit entries. PR: 39679 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> MFC after: 3 days
-rw-r--r--sys/boot/common/help.common14
1 files changed, 8 insertions, 6 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common
index 26b12b3..c97ba41 100644
--- a/sys/boot/common/help.common
+++ b/sys/boot/common/help.common
@@ -123,11 +123,12 @@
################################################################################
# Tset Sbootfile DSet the default boot file set
- set bootfile=<filename>[,<filename>...]
+ set bootfile=<filename>[;<filename>...]
- The default search path for bootable kernels is /kernel,/kernel.old.
- It may be overridden by setting the bootfile variable to a
- semicolon-separated list of paths, which will be searched for in turn.
+ Sets the default set of kernel boot filename(s). It may be overridden
+ by setting the bootfile variable to a semicolon-separated list of
+ filenames, each of which will be searched for in the module_path
+ directories. The default bootfile set is "kernel".
################################################################################
# Tset Sboot_askname DPrompt for root device
@@ -195,10 +196,11 @@
################################################################################
# Tset Smodule_path DSet the module search path
- set module_path=<path>[:<path>...]
+ set module_path=<path>[;<path>...]
Sets the list of directories which will be searched in for modules
- named in a load command or implicitly required by a dependancy.
+ named in a load command or implicitly required by a dependancy. The
+ default module_path is "/boot/kernel;/boot/modules;/modules".
################################################################################
# Tset Sprompt DSet the command prompt
OpenPOWER on IntegriCloud