getdomainname.2: Add mention of UTS namespaces

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-08-26 23:00:45 +02:00
parent 252bba449e
commit 16ea6936c7
1 changed files with 4 additions and 1 deletions

View File

@ -57,6 +57,8 @@ Feature Test Macro Requirements for glibc (see
.SH DESCRIPTION
These functions are used to access or to change the NIS domain name of the
host system.
More precisely, they operate on the NIS domain name associated with the calling
process's UTS namespace.
.PP
.BR setdomainname ()
sets the domain name to the value given in the character array
@ -134,4 +136,5 @@ field returned from a call to
.SH SEE ALSO
.BR gethostname (2),
.BR sethostname (2),
.BR uname (2)
.BR uname (2),
.BR uts_namespaces (7)