From 7fd4e74c1c388dcda76b0ac80ec9929329925645 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 10 Nov 2008 14:32:43 -0500 Subject: [PATCH] pthreads.7: Tweak text on sigpause() cancellation point In POSIX.1-2009, this function moves from the "must be" to the "may be" list. Signed-off-by: Michael Kerrisk --- man7/pthreads.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/pthreads.7 b/man7/pthreads.7 index d8bef22df..9f2af2c53 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -290,7 +290,7 @@ sem_wait() send() sendmsg() sendto() -sigpause() [POSIX.1-2001 only (function removed in POSIX.1-2008)] +sigpause() [POSIX.1-2001 only (moves to "may" list in POSIX.1-2008)] sigsuspend() sigtimedwait() sigwait()