From 71103ce87892f01db8efbf86c0599669fb79fcdc Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 16 Nov 2020 07:43:02 +0100 Subject: [PATCH] prctl.2, setns.2: tfix: remove section number from API documented in this page Signed-off-by: Michael Kerrisk --- man2/prctl.2 | 2 +- man2/setns.2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/prctl.2 b/man2/prctl.2 index fd05e17ee..f25f05fdb 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 6edbb6171..fdb47b1cf 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 .