From a3dadfe86f926ab14b2fb7af0936f4d994e7117e Mon Sep 17 00:00:00 2001 From: Pierre-Paul Paquin Date: Mon, 24 Nov 2008 11:41:24 -0500 Subject: [PATCH] sigwait.3: wfix: s/set/sig/ Signed-off-by: Michael Kerrisk --- man3/sigwait.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/sigwait.3 b/man3/sigwait.3 index d5a90c999..a23ef11f8 100644 --- a/man3/sigwait.3 +++ b/man3/sigwait.3 @@ -49,7 +49,7 @@ delivery of one of the signals specified in the signal set The function accepts the signal (removes it from the pending list of signals), and returns the signal number in -.IR set . +.IR sig . The operation of .BR sigwait ()