diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-03-07 03:24:38 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-03-07 03:24:38 +0000 |
commit | 84a9b654ee9a721db745095303875ecfb5839ede (patch) | |
tree | 3ff584739a4e5719a8b6ae18d8a795f7788ff707 /sys | |
parent | 1b3633143fdb2e192176f97dc5bff972877570e3 (diff) | |
download | FreeBSD-src-84a9b654ee9a721db745095303875ecfb5839ede.zip FreeBSD-src-84a9b654ee9a721db745095303875ecfb5839ede.tar.gz |
Fix a few spelling errors.
Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org> via -doc.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/boot/common/help.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index af8b5c7..d42935c 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -10,7 +10,7 @@ described by the term. A term enclosed with [...] is optional, and may not be required by all forms of the command. - Some commands may not be availalble. Use the '?' command to list + Some commands may not be available. Use the '?' command to list most available commands. ################################################################################ @@ -199,7 +199,7 @@ 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. The + named in a load command or implicitly required by a dependency. The default module_path is "/boot/kernel;/boot/modules". ################################################################################ @@ -225,7 +225,7 @@ ################################################################################ # Tset Stunables DSet kernel tunable values - Various kernel tunable parameters can be overriden by specifying new + Various kernel tunable parameters can be overridden by specifying new values in the environment. set kern.ipc.nmbclusters=<value> NMBCLUSTERS |