diff options
| -rw-r--r-- | man2/prctl.2 | 2 | ||||
| -rw-r--r-- | man2/setns.2 | 2 |
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 . |
