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.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/uts_namespaces.7 b/man7/uts_namespaces.7
index 670d19e..0b2a9a0 100644
--- a/man7/uts_namespaces.7
+++ b/man7/uts_namespaces.7
@@ -3,7 +3,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\"
-.TH uts_namespaces 7 2022-12-04 "Linux man-pages 6.05.01"
+.TH uts_namespaces 7 2023-10-31 "Linux man-pages 6.7"
.SH NAME
uts_namespaces \- overview of Linux UTS namespaces
.SH DESCRIPTION
@@ -21,7 +21,7 @@ and
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.
-.PP
+.P
When a process creates a new UTS namespace using
.BR clone (2)
or
@@ -30,7 +30,7 @@ with the
.B CLONE_NEWUTS
flag, the hostname and domain name of the new UTS namespace are copied
from the corresponding values in the caller's UTS namespace.
-.PP
+.P
Use of UTS namespaces requires a kernel that is configured with the
.B CONFIG_UTS_NS
option.