aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-16 07:43:02 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-16 08:22:50 +0100
commit71103ce87892f01db8efbf86c0599669fb79fcdc (patch)
tree1c62da5eaa5a3eb29c558d3a8a8d5dd6d67e04b2
parent7a92eea0de2635a7e5612642913fad6add12a4ce (diff)
downloadman-pages-71103ce87892f01db8efbf86c0599669fb79fcdc.tar.gz
prctl.2, setns.2: tfix: remove section number from API documented in this page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/prctl.22
-rw-r--r--man2/setns.22
2 files changed, 2 insertions, 2 deletions
diff --git a/man2/prctl.2 b/man2/prctl.2
index fd05e17ee7..f25f05fdb5 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -1604,7 +1604,7 @@ Don't rely on it.)
that accept pointers to arbitrary types cast to a
.I void *
or other generic type, specifically
-.BR prctl (2),
+.BR prctl (),
.BR ioctl (2),
and in general
.BR setsockopt (2)
diff --git a/man2/setns.2 b/man2/setns.2
index 6edbb6171c..fdb47b1cf7 100644
--- a/man2/setns.2
+++ b/man2/setns.2
@@ -116,7 +116,7 @@ may refer to a PID file descriptor obtained from
or
.BR clone (3).
In this usage,
-.BR setns (2)
+.BR setns ()
atomically moves the calling thread into one or more of the same namespaces
as the thread referred to by
.IR fd .