Update to reflect use of : not ; as separator in paths passed to the

kernel.
This commit is contained in:
Mike Smith 1999-12-07 18:31:43 +00:00
parent cfa1ca9dfa
commit 390cab70e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54264

View File

@ -186,7 +186,7 @@
################################################################################
# Tset Sinit_path DSet the list of init candidates
set init_path=<path>[;<path>...]
set init_path=<path>[:<path>...]
Sets the list of binaries which the kernel will try to run as initial
process.
@ -195,7 +195,7 @@
################################################################################
# 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.