summaryrefslogtreecommitdiffstats
path: root/man7/uts_namespaces.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/uts_namespaces.7')
-rw-r--r--man7/uts_namespaces.732
1 files changed, 16 insertions, 16 deletions
diff --git a/man7/uts_namespaces.7 b/man7/uts_namespaces.7
index df4bdba3f..7b7bd5096 100644
--- a/man7/uts_namespaces.7
+++ b/man7/uts_namespaces.7
@@ -10,22 +10,22 @@ uts_namespaces \- overview of Linux UTS namespaces
UTS namespaces provide isolation of two system identifiers:
the hostname and the NIS domain name.
These identifiers are set using
-.BR sethostname (2)
+.MR sethostname 2
and
-.BR setdomainname (2),
+.MR setdomainname 2 ,
and can be retrieved using
-.BR uname (2),
-.BR gethostname (2),
+.MR uname 2 ,
+.MR gethostname 2 ,
and
-.BR getdomainname (2).
+.MR getdomainname 2 .
Changes made to these identifiers are visible to all other
processes in the same UTS namespace,
but are not visible to processes in other UTS namespaces.
.P
When a process creates a new UTS namespace using
-.BR clone (2)
+.MR clone 2
or
-.BR unshare (2)
+.MR unshare 2
with the
.B CLONE_NEWUTS
flag, the hostname and domain name of the new UTS namespace are copied
@@ -35,12 +35,12 @@ Use of UTS namespaces requires a kernel that is configured with the
.B CONFIG_UTS_NS
option.
.SH SEE ALSO
-.BR nsenter (1),
-.BR unshare (1),
-.BR clone (2),
-.BR getdomainname (2),
-.BR gethostname (2),
-.BR setns (2),
-.BR uname (2),
-.BR unshare (2),
-.BR namespaces (7)
+.MR nsenter 1 ,
+.MR unshare 1 ,
+.MR clone 2 ,
+.MR getdomainname 2 ,
+.MR gethostname 2 ,
+.MR setns 2 ,
+.MR uname 2 ,
+.MR unshare 2 ,
+.MR namespaces 7