svn commit: r243634 - head/usr.sbin/bsdconfig/networking/share

Devin Teske dteske at FreeBSD.org
Tue Nov 27 22:05:02 UTC 2012


Author: dteske
Date: Tue Nov 27 22:05:01 2012
New Revision: 243634
URL: http://svnweb.freebsd.org/changeset/base/243634

Log:
  Comments.
  
  Approved by:	adrian (co-mentor) (implicit)

Modified:
  head/usr.sbin/bsdconfig/networking/share/ipaddr.subr

Modified: head/usr.sbin/bsdconfig/networking/share/ipaddr.subr
==============================================================================
--- head/usr.sbin/bsdconfig/networking/share/ipaddr.subr	Tue Nov 27 21:45:42 2012	(r243633)
+++ head/usr.sbin/bsdconfig/networking/share/ipaddr.subr	Tue Nov 27 22:05:01 2012	(r243634)
@@ -107,7 +107,7 @@ f_validate_ipaddr()
 # f_dialog_iperror $error $ipaddr
 #
 # Display a msgbox with the appropriate error message for an error returned by
-# f_validate_ipaddr above.
+# the f_validate_ipaddr function above.
 #
 f_dialog_iperror()
 {
@@ -285,7 +285,7 @@ f_validate_ipaddr6()
 # f_dialog_ip6error $error $ipv6_addr
 #
 # Display a msgbox with the appropriate error message for an error returned by
-# f_validate_ipaddr6 above.
+# the f_validate_ipaddr6 function above.
 #
 f_dialog_ip6error()
 {


More information about the svn-src-all mailing list