close.2, poll.2, pthread_spin_init.3: Remove section number in page self-references

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-05-19 07:34:38 +02:00
parent 0345fbd451
commit a36d5a3593
3 changed files with 3 additions and 3 deletions

View File

@ -158,7 +158,7 @@ until the I/O system call completes.
for a discussion of open file descriptions.) for a discussion of open file descriptions.)
Thus, the blocking system call in the first thread may successfully Thus, the blocking system call in the first thread may successfully
complete after the complete after the
.BR close (2) .BR close ()
in the second thread. in the second thread.
.\" .\"
.SS Dealing with error returns from close() .SS Dealing with error returns from close()

View File

@ -52,7 +52,7 @@ to perform I/O.
The Linux-specific The Linux-specific
.BR epoll (7) .BR epoll (7)
API performs a similar task, but offers features beyond those found in API performs a similar task, but offers features beyond those found in
.BR poll (2). .BR poll ().
.PP .PP
The set of file descriptors to be monitored is specified in the The set of file descriptors to be monitored is specified in the
.I fds .I fds

View File

@ -102,7 +102,7 @@ The result of performing operations such as
.BR pthread_spin_lock (3), .BR pthread_spin_lock (3),
.BR pthread_spin_unlock (3), .BR pthread_spin_unlock (3),
and and
.BR pthread_spin_destroy (3) .BR pthread_spin_destroy ()
on on
.I copies .I copies
of the object referred to by of the object referred to by