OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / sysv_signal.3
index 528a8ea..1763cbe 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 2007 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -19,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .TH SYSV_SIGNAL 3 2007-05-04 "" "Linux Programmer's Manual"
 .SH NAME
@@ -46,7 +48,7 @@ b) delivery of further instances of the signal is not blocked while
 the signal handler is executing; and
 c) if the handler interrupts (certain) blocking system calls,
 then the system call is not automatically restarted.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR sysv_signal ()
 function returns the previous value of the signal handler, or
@@ -55,7 +57,7 @@ on error.
 .SH ERRORS
 As for
 .BR signal (2).
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 This function is nonstandard.
 .SH NOTES
 Use of
@@ -82,7 +84,7 @@ this type is only defined if
 the
 .B _GNU_SOURCE
 feature test macro is defined.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR sigaction (2),
 .BR signal (2),
 .BR bsd_signal (3),