Date: Mon, 28 Mar 2011 05:50:33 GMT From: Garrett Cooper <yanegomi@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: conf/155984: Fix typos in network.subr Message-ID: <201103280550.p2S5oXFv039220@red.freebsd.org> Resent-Message-ID: <201103280600.p2S60N7F014066@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103280550.p2S5oXFv039220>