summaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2017-10-29 08:17:03 +0000
committerEitan Adler <eadler@FreeBSD.org>2017-10-29 08:17:03 +0000
commita2aef24aa3c8458e4036735dd6928b4ef77294e5 (patch)
tree83f575c325003e2598ed31def4a77dd87461566f /usr.sbin/bsdconfig
parent417bdb60cac586a7951544cc819011e92d9a0220 (diff)
downloadsrc-test2-a2aef24aa3c8458e4036735dd6928b4ef77294e5.tar.gz
src-test2-a2aef24aa3c8458e4036735dd6928b4ef77294e5.zip
Notes
Diffstat (limited to 'usr.sbin/bsdconfig')
-rw-r--r--usr.sbin/bsdconfig/networking/share/hostname.subr4
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.