diff options
author | msmith <msmith@FreeBSD.org> | 1999-12-07 18:31:43 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1999-12-07 18:31:43 +0000 |
commit | e1e4b09a3bf3f14d1661f2dfb1cbea804b4319a2 (patch) | |
tree | f875622ad4847d3af2ba56f751446b6aa0fab7fc /sys/boot | |
parent | 70f0bdf6818a73c858bc47a23afc1e9d7c56d716 (diff) | |
download | FreeBSD-src-e1e4b09a3bf3f14d1661f2dfb1cbea804b4319a2.zip FreeBSD-src-e1e4b09a3bf3f14d1661f2dfb1cbea804b4319a2.tar.gz |
Update to reflect use of : not ; as separator in paths passed to the
kernel.
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/common/help.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index d2b0bba..8517fd5 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -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. |