From b469222561e5fba16762a5deb2d7952b404b468b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 15 Sep 2005 11:46:02 +0000 Subject: [PATCH] Added SEE ALSO for sigsuspend.2 Some formatting fixes. --- man2/pause.2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/man2/pause.2 b/man2/pause.2 index c998adf80..04fdd4283 100644 --- a/man2/pause.2 +++ b/man2/pause.2 @@ -46,10 +46,10 @@ to call a signal-catching function. .\" is received. .SH "RETURN VALUE" The -.B pause +.BR pause () function only returns when a signal was caught and the signal-catching function returned. In this case -.B pause +.BR pause () returns \-1, and .I errno is set to @@ -64,4 +64,5 @@ SVr4, SVID, POSIX, X/OPEN, 4.3BSD .SH "SEE ALSO" .BR kill (2), .BR select (2), -.BR signal (2) +.BR signal (2), +.BR sigsuspend (2).