diff options
-rw-r--r-- | usr.sbin/bsdconfig/networking/share/ipaddr.subr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdconfig/networking/share/ipaddr.subr b/usr.sbin/bsdconfig/networking/share/ipaddr.subr index 23e2218..65c2b98 100644 --- a/usr.sbin/bsdconfig/networking/share/ipaddr.subr +++ b/usr.sbin/bsdconfig/networking/share/ipaddr.subr @@ -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() { |