From: Michael Kerrisk Date: Tue, 19 May 2020 05:34:38 +0000 (+0200) Subject: close.2, poll.2, pthread_spin_init.3: Remove section number in page self-references X-Git-Tag: man-pages-5.07~117 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fman-pages.git;a=commitdiff_plain;h=a36d5a359396f258fea43ed3ced09c5c3b0f58c0 close.2, poll.2, pthread_spin_init.3: Remove section number in page self-references Signed-off-by: Michael Kerrisk --- diff --git a/man2/close.2 b/man2/close.2 index 5df9bf26d7..642270ac89 100644 --- a/man2/close.2 +++ b/man2/close.2 @@ -158,7 +158,7 @@ until the I/O system call completes. for a discussion of open file descriptions.) Thus, the blocking system call in the first thread may successfully complete after the -.BR close (2) +.BR close () in the second thread. .\" .SS Dealing with error returns from close() diff --git a/man2/poll.2 b/man2/poll.2 index bdf08c4bcf..2907eaf15d 100644 --- a/man2/poll.2 +++ b/man2/poll.2 @@ -52,7 +52,7 @@ to perform I/O. The Linux-specific .BR epoll (7) API performs a similar task, but offers features beyond those found in -.BR poll (2). +.BR poll (). .PP The set of file descriptors to be monitored is specified in the .I fds diff --git a/man3/pthread_spin_init.3 b/man3/pthread_spin_init.3 index ce47d42803..68cda6cd17 100644 --- a/man3/pthread_spin_init.3 +++ b/man3/pthread_spin_init.3 @@ -102,7 +102,7 @@ The result of performing operations such as .BR pthread_spin_lock (3), .BR pthread_spin_unlock (3), and -.BR pthread_spin_destroy (3) +.BR pthread_spin_destroy () on .I copies of the object referred to by