OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / psignal.3
index 29420af..75b975b 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
 .\"
+.\" %%%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
 .\"
 .\" References consulted:
 .\"     Linux libc source code
@@ -84,7 +86,7 @@ or
 
 The array \fIsys_siglist\fP holds the signal description strings
 indexed by signal number.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR psignal ()
 and
@@ -94,7 +96,7 @@ functions return no value.
 The
 .BR psiginfo ()
 function was added to glibc in version 2.10.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 POSIX.1-2008, 4.3BSD.
 .SH BUGS
 In glibc versions up to 2.12,
@@ -108,7 +110,7 @@ In some circumstances, a trailing newline is not printed.
 Additional details are not displayed for real-time signals.
 .\" FIXME http://sourceware.org/bugzilla/show_bug.cgi?id=12108
 .\" Reportedly now fixed; check glibc 2.13
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR sigaction (2),
 .BR perror (3),
 .BR strsignal (3),