X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/5b2abdfbf4211b6592cdd02b9507555a0ecbb04b..311854206c50ea4207e7e1faa4efeb20f1bc8290:/gen/getdomainname.3?ds=sidebyside diff --git a/gen/getdomainname.3 b/gen/getdomainname.3 index bb2b8a1..19aa714 100644 --- a/gen/getdomainname.3 +++ b/gen/getdomainname.3 @@ -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 .