aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorRebecca Cran <brucec@FreeBSD.org>2010-10-13 09:33:26 +0000
committerRebecca Cran <brucec@FreeBSD.org>2010-10-13 09:33:26 +0000
commitafe53dff1e902b5e0d48273e389c0611bef3eae4 (patch)
tree26e2ea9a7e7fc22d7e39693d04e0447ab15035c5 /usr.sbin/sysinstall
parentf05957f7c6f5c7d2bfa612419df752d6fcb0ea3d (diff)
downloadsrc-afe53dff1e902b5e0d48273e389c0611bef3eae4.tar.gz
src-afe53dff1e902b5e0d48273e389c0611bef3eae4.zip
Use the RFC2606 domain example.com in examples.
Notes
Notes: svn path=/head/; revision=213763
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/tcpip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c
index a795d057faa7..121a5c50150e 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -72,12 +72,12 @@ static char ipv6addr[INET6_ADDRSTRLEN];
static Layout layout[] = {
#define LAYOUT_HOSTNAME 0
{ 1, 2, 25, HOSTNAME_FIELD_LEN - 1,
- "Host:", "Your fully-qualified hostname, e.g. foo.bar.com",
+ "Host:", "Your fully-qualified hostname, e.g. foo.example.com",
hostname, STRINGOBJ, NULL },
#define LAYOUT_DOMAINNAME 1
{ 1, 35, 20, HOSTNAME_FIELD_LEN - 1,
"Domain:",
- "The name of the domain that your machine is in, e.g. bar.com",
+ "The name of the domain that your machine is in, e.g. example.com",
domainname, STRINGOBJ, NULL },
#define LAYOUT_GATEWAY 2
{ 5, 2, 18, IPADDR_FIELD_LEN - 1,