summaryrefslogtreecommitdiff
path: root/lib/getdomainname.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-09-25 11:01:25 +0000
committerBruno Haible <bruno@clisp.org>2003-09-25 11:01:25 +0000
commitda12e5f2c2e4b5a39a2a1d6ef551717061455d44 (patch)
tree126fedf2a70ca9629e5cd288604e041367017e36 /lib/getdomainname.c
parentbed369db5c698aeb0c26dc99b2f9f2cec6bdafb8 (diff)
downloadgnulib-da12e5f2c2e4b5a39a2a1d6ef551717061455d44.tar.gz
Fix comment.
Diffstat (limited to 'lib/getdomainname.c')
-rw-r--r--lib/getdomainname.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/getdomainname.c b/lib/getdomainname.c
index ce1e200a66..89831e9b03 100644
--- a/lib/getdomainname.c
+++ b/lib/getdomainname.c
@@ -30,7 +30,8 @@
/* Return the NIS domain name of the machine.
WARNING! The NIS domain name is unrelated to the fully qualified host name
of the machine. It is also unrelated to email addresses.
- WARNING! The NIS domain name is usually the empty string when not using NIS.
+ WARNING! The NIS domain name is usually the empty string or "(none)" when
+ not using NIS.
Put up to LEN bytes of the NIS domain name into NAME.
Null terminate it if the name is shorter than LEN.