aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man7/signal.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index 627006b39e..d91efd62d5 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -650,7 +650,7 @@ pthread_sigmask()
.fi
.in
.\" FIXME POSIX.1-2008 TC 2 looks set to add many more async-signal-safe
-.\" functions
+.\" functions. Document these.
.SS Interruption of system calls and library functions by signal handlers
If a signal handler is invoked while a system call or library
function call is blocked, then either:
@@ -719,8 +719,8 @@ Socket interfaces:
.BR send (2),
.BR sendto (2),
and
-.\" FIXME What about sendmmsg()?
.BR sendmsg (2),
+.\" FIXME What about sendmmsg()?
unless a timeout has been set on the socket (see below).
.IP *
File locking interfaces:
@@ -799,8 +799,8 @@ has been set on the socket using
.BR send (2),
.BR sendto (2),
and
-.\" FIXME What about sendmmsg()?
.BR sendmsg (2).
+.\" FIXME What about sendmmsg()?
.IP *
Interfaces used to wait for signals:
.BR pause (2),