From 8c8871e6a7057de9e9660454482190feaf52ac47 Mon Sep 17 00:00:00 2001 From: mp Date: Sun, 7 Jul 2002 20:40:31 +0000 Subject: 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 MFC after: 3 days --- sys/boot/common/help.common | 14 ++++++++------ 1 file 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=[,...] + set bootfile=[;...] - 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=[:...] + set module_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 -- cgit v1.1