Added SEE ALSO for sigsuspend.2

Some formatting fixes.
This commit is contained in:
Michael Kerrisk 2005-09-15 11:46:02 +00:00
parent 479377fb38
commit b469222561
1 changed files with 4 additions and 3 deletions

View File

@ -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).