Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2003 00:44:33 +0100
From:      Stefan Farfeleder <stefan@fafoe.dyndns.org>
To:        doc@freebsd.org
Subject:   Typo fix for loader(8)'s help
Message-ID:  <20030306234432.GA587@frog.fafoe>

next in thread | raw e-mail | index | archive | help

--cWoXeonUoKmBZSoM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

[Please CC me, thanks]

Hi,

here's a patch to fix three typos found in
src/sys/boot/common/help.common which is used for the 'help' command in
loader(8).  I'd be glad if someone could commit that.

Regards,
Stefan Farfeleder

--cWoXeonUoKmBZSoM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="help.common.diff"

Index: src/sys/boot/common/help.common
===================================================================
RCS file: /usr/home/ncvs/src/sys/boot/common/help.common,v
retrieving revision 1.23
diff -u -r1.23 help.common
--- src/sys/boot/common/help.common	4 Mar 2003 23:46:29 -0000	1.23
+++ src/sys/boot/common/help.common	5 Mar 2003 23:55:24 -0000
@@ -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

--cWoXeonUoKmBZSoM--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030306234432.GA587>