aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>1999-04-18 20:28:38 +0000
committerPhil Blundell <philb@gnu.org>1999-04-18 20:28:38 +0000
commitd33bfdd2e761f3c61ee5d5056a4eae6c78e27fa2 (patch)
tree4760ceac96f9b4584923e405148fba0968aec1b7 /hostname.c
parentUpdate (diff)
downloadnet-tools-d33bfdd2e761f3c61ee5d5056a4eae6c78e27fa2.tar.gz
net-tools-d33bfdd2e761f3c61ee5d5056a4eae6c78e27fa2.tar.bz2
net-tools-d33bfdd2e761f3c61ee5d5056a4eae6c78e27fa2.zip
Minor textual updates/corrections
Diffstat (limited to 'hostname.c')
-rw-r--r--hostname.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hostname.c b/hostname.c
index 3c31110..2d3f116 100644
--- a/hostname.c
+++ b/hostname.c
@@ -237,9 +237,9 @@ static void usage(void)
#if HAVE_AFDECnet
fprintf(stderr, _(" -n, --node DECnet node name\n"));
#endif /* HAVE_AFDECnet */
- fprintf(stderr, _(" -F, --file read hostname or nis domainname from given File\n\n"));
- fprintf(stderr, _(" This comand can get or set the hostname or the NIS domainname. You can\n"));
- fprintf(stderr, _(" also get the DNS domain or the FQDN (fully qualified domain name).\n"));
+ fprintf(stderr, _(" -F, --file read hostname or NIS domainname from given file\n\n"));
+ fprintf(stderr, _(" This comand can read or set the hostname or the NIS domainname. You can\n"));
+ fprintf(stderr, _(" also read the DNS domain or the FQDN (fully qualified domain name).\n"));
fprintf(stderr, _(" Unless you are using bind or NIS for host lookups you can change the\n"));
fprintf(stderr, _(" FQDN (Fully Qualified Domain Name) and the DNS domain name (which is\n"));
fprintf(stderr, _(" part of the FQDN) in the /etc/hosts file.\n"));