diff options
author | zarzycki <zarzycki@FreeBSD.org> | 2003-02-22 19:02:23 +0000 |
---|---|---|
committer | zarzycki <zarzycki@FreeBSD.org> | 2003-02-22 19:02:23 +0000 |
commit | 291636d3d4d3382548cd33074a85f7c87bb7174b (patch) | |
tree | bd123b113f3801db89e2e8dfa2269200652b73b6 /lib/libc | |
parent | 7030319e02dca27e580c2d54af0f2a7ff9cd16e4 (diff) | |
download | FreeBSD-src-291636d3d4d3382548cd33074a85f7c87bb7174b.zip FreeBSD-src-291636d3d4d3382548cd33074a85f7c87bb7174b.tar.gz |
Apple PR-2449102: getdomainname() doesn't document that it is NIS/YP specific
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getdomainname.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3 index 6e0ed6b..aa4c5d8 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 . |