From 291636d3d4d3382548cd33074a85f7c87bb7174b Mon Sep 17 00:00:00 2001 From: zarzycki Date: Sat, 22 Feb 2003 19:02:23 +0000 Subject: Apple PR-2449102: getdomainname() doesn't document that it is NIS/YP specific --- lib/libc/gen/getdomainname.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc') 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 . -- cgit v1.1