From nobody@FreeBSD.org  Mon Mar 28 05:50:33 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9AAEC106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Mar 2011 05:50:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 8A6468FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Mar 2011 05:50:33 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p2S5oX2s039221
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Mar 2011 05:50:33 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p2S5oXFv039220;
	Mon, 28 Mar 2011 05:50:33 GMT
	(envelope-from nobody)
Message-Id: <201103280550.p2S5oXFv039220@red.freebsd.org>
Date: Mon, 28 Mar 2011 05:50:33 GMT
From: Garrett Cooper <yaneurabeya@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Fix typos in network.subr
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         155984
>Category:       conf
>Synopsis:       [network.subr] [patch] Fix typos in network.subr
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 28 06:00:23 UTC 2011
>Closed-Date:    Mon Oct 10 14:17:14 CEST 2011
>Last-Modified:  Sun Feb 03 22:29:10 UTC 2013
>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:
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Wed Sep 14 22:13:20 CEST 2011 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: freebsd-bugs->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Wed Sep 14 22:13:20 CEST 2011 
Responsible-Changed-Why:  
MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155984 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/155984: commit references a PR
Date: Wed, 14 Sep 2011 20:13:20 +0000 (UTC)

 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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: brueffer 
State-Changed-When: Mon Oct 10 14:16:56 CEST 2011 
State-Changed-Why:  
MFCs done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155984 
>Unformatted:
