conf/155984: Fix typos in network.subr
Garrett Cooper
yanegomi at gmail.com
Mon Mar 28 06:00:25 UTC 2011
>Number: 155984
>Category: conf
>Synopsis: Fix typos in network.subr
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 28 06:00:23 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Garrett Cooper
>Release: CURRENT
>Organization:
n/a
>Environment:
N/A
>Description:
The following is a patch of network.subr that fixes several minor typos.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: etc/network.subr
===================================================================
--- etc/network.subr (revision 220089)
+++ etc/network.subr (working copy)
@@ -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_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()
@@ -214,7 +214,7 @@
}
# _ifconfig_getargs if [af]
-# Echos the arguments for the supplied interface to stdout.
+# 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()
@@ -259,7 +259,7 @@
}
# 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()
{
@@ -439,7 +439,7 @@
# 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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-bugs
mailing list