From 94dd7e3bd7a1c23c9906be0a401ee060dd3e068d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 23 Jun 2005 15:27:41 +0000 Subject: [PATCH] White space fix --- man2/signal.2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/man2/signal.2 b/man2/signal.2 index f07b056f3..87dde1c7e 100644 --- a/man2/signal.2 +++ b/man2/signal.2 @@ -73,14 +73,12 @@ The signals and .B SIGSTOP cannot be caught or ignored. - .SH "RETURN VALUE" The .BR signal () function returns the previous value of the signal handler, or .B SIG_ERR on error. - .SH PORTABILITY The original Unix .BR signal () @@ -113,7 +111,6 @@ defines and includes is not a good idea. It is better to avoid altogether, and use .BR sigaction (2) instead. - .SH NOTES The effects of this call in a multi-threaded process are unspecified. .PP @@ -284,7 +281,6 @@ is defined, also .IR sighandler_t . .SH "CONFORMING TO" ANSI C - .SH "SEE ALSO" .BR kill (1), .BR alarm (2),