summaryrefslogtreecommitdiff
path: root/man2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-02-12 11:18:34 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-02-12 11:18:34 +0100
commit9c13072a0b555e9603f9893591f7c13c5488c2e0 (patch)
treee474b07efc102a73f28c284faa935e498fef3a03 /man2
parentd13e20c2aa2cf8752bca8e7ddf0def2647787004 (diff)
clone.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
-rw-r--r--man2/clone.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/clone.2 b/man2/clone.2
index 9c072d19..62a408e7 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -1024,7 +1024,7 @@ To get the truth, it may be necessary to use code such as the following:
.SH EXAMPLE
.SS Create a child that executes in a separate UTS namespace
The following program demonstrates the use of
-.BR clone (2)
+.BR clone ()
to create a child process that executes in a separate UTS namespace.
The child changes the hostname in its UTS namespace.
Both parent and child then display the system hostname,