svn commit: r225560 - head/etc
Christian Brueffer
brueffer at FreeBSD.org
Wed Sep 14 20:13:11 UTC 2011
Author: brueffer
Date: Wed Sep 14 20:13:10 2011
New Revision: 225560
URL: http://svn.freebsd.org/changeset/base/225560
Log:
Minor spelling, wording and punctuation fixes in comments.
PR: 155984
Submitted by: gcooper
Approved by: re (kib)
MFC after: 1 week
Modified:
head/etc/network.subr
Modified: head/etc/network.subr
==============================================================================
--- head/etc/network.subr Wed Sep 14 19:10:13 2011 (r225559)
+++ head/etc/network.subr Wed Sep 14 20:13:10 2011 (r225560)
@@ -32,7 +32,7 @@
# ifn_start ifn
# Bring up and configure an interface. If some configuration is
-# applied print the interface configuration.
+# applied, print the interface configuration.
#
ifn_start()
{
@@ -53,7 +53,7 @@ ifn_start()
}
# ifn_stop ifn
-# Shutdown and de-configure an interface. If action is taken
+# Shutdown and de-configure an interface. If action is taken,
# print the interface name.
#
ifn_stop()
@@ -227,8 +227,8 @@ get_if_var()
}
# _ifconfig_getargs if [af]
-# Echos the arguments for the supplied interface to stdout.
-# returns 1 if empty. In general, ifconfig_getargs should be used
+# Prints the arguments for the supplied interface to stdout.
+# Returns 1 if empty. In general, ifconfig_getargs should be used
# outside this file.
_ifconfig_getargs()
{
@@ -272,7 +272,7 @@ ifconfig_getargs()
}
# autoif
-# Returns 0 if the interface should be automaticly configured at
+# Returns 0 if the interface should be automatically configured at
# boot time and 1 otherwise.
autoif()
{
@@ -449,7 +449,7 @@ ipv6if()
# ipv6_autoconfif if
# Returns 0 if the interface should be configured for IPv6 with
-# Stateless Address Configuration, 1 otherwise.
+# Stateless Address Configuration; 1 otherwise.
ipv6_autoconfif()
{
local _if _tmpargs _arg
More information about the svn-src-all
mailing list