Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2012 22:05:02 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243634 - head/usr.sbin/bsdconfig/networking/share
Message-ID:  <201211272205.qARM52O3069035@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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()
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211272205.qARM52O3069035>