diff options
Diffstat (limited to 'usr.sbin/bsdconfig')
-rw-r--r-- | usr.sbin/bsdconfig/networking/share/hostname.subr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsdconfig/networking/share/hostname.subr b/usr.sbin/bsdconfig/networking/share/hostname.subr index 1c3a67b7139f..34bfd6e1d572 100644 --- a/usr.sbin/bsdconfig/networking/share/hostname.subr +++ b/usr.sbin/bsdconfig/networking/share/hostname.subr @@ -68,10 +68,10 @@ f_dialog_hnerror() # with standards set-forth in RFC's 952 and 1123 of the Network Working Group: # # RFC 952 - DoD Internet host table specification -# http://tools.ietf.org/html/rfc952 +# https://tools.ietf.org/html/rfc952 # # RFC 1123 - Requirements for Internet Hosts - Application and Support -# http://tools.ietf.org/html/rfc1123 +# https://tools.ietf.org/html/rfc1123 # # If the hostname is determined to be invalid, the appropriate error will be # displayed using the f_dialog_hnerror function above. |