]> git.saurik.com Git - apple/libc.git/blobdiff - gen/getdomainname.3
Libc-391.4.3.tar.gz
[apple/libc.git] / gen / getdomainname.3
index bb2b8a1c86f25ca2d1b4d0d31425353c8838512d..19aa714bd6b922d91cb9a7c30996be03d5043ed0 100644 (file)
@@ -38,7 +38,7 @@
 .Sh NAME
 .Nm getdomainname ,
 .Nm setdomainname
-.Nd get/set domain name of current host
+.Nd get/set NIS domain name of current host
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
@@ -49,7 +49,7 @@
 .Fn setdomainname "const char *name" "int namelen"
 .Sh DESCRIPTION
 .Fn Getdomainname
-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 parameter
@@ -60,7 +60,7 @@ array.  The returned name is null-terminated unless insufficient
 space is provided.
 .Pp
 .Fn Setdomainname
-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 .