svn commit: r226201 - stable/8/etc

Christian Brueffer brueffer at FreeBSD.org
Mon Oct 10 12:16:45 UTC 2011


Author: brueffer
Date: Mon Oct 10 12:16:45 2011
New Revision: 226201
URL: http://svn.freebsd.org/changeset/base/226201

Log:
  MFC:
  
  One hunk missed during the merge of r225560 (spelling fixes in comments).

Modified:
  stable/8/etc/network.subr

Modified: stable/8/etc/network.subr
==============================================================================
--- stable/8/etc/network.subr	Mon Oct 10 12:15:10 2011	(r226200)
+++ stable/8/etc/network.subr	Mon Oct 10 12:16:45 2011	(r226201)
@@ -161,8 +161,8 @@ get_if_var()
 }
 
 # _ifconfig_getargs if
-#	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()
 {


More information about the svn-src-stable-8 mailing list