summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDave Zarzycki <zarzycki@FreeBSD.org>2003-02-22 19:02:23 +0000
committerDave Zarzycki <zarzycki@FreeBSD.org>2003-02-22 19:02:23 +0000
commita23c6aee4d897725dfaf22a08b3dc53c334c7e70 (patch)
treebd123b113f3801db89e2e8dfa2269200652b73b6 /lib/libc
parent484251e7c41d6176c555589d72de776e30c78126 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/getdomainname.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3
index 6e0ed6b4073a..aa4c5d8387d6 100644
--- a/lib/libc/gen/getdomainname.3
+++ b/lib/libc/gen/getdomainname.3
@@ -38,7 +38,7 @@
.Sh NAME
.Nm getdomainname ,
.Nm setdomainname
-.Nd get/set domain name of current host
+.Nd get/set the NIS domain name of current host
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
@@ -51,7 +51,7 @@
The
.Fn getdomainname
function
-returns the standard domain name for the current processor, as
+returns the standard NIS domain name for the current host, as
previously set by
.Fn setdomainname .
The
@@ -65,7 +65,7 @@ space is provided.
The
.Fn setdomainname
function
-sets the domain name of the host machine to be
+sets the NIS domain name of the host machine to be
.Fa name ,
which has length
.Fa namelen .