OSDN Git Service

LDP: Update original to LDP v3.67
[linuxjm/LDP_man-pages.git] / original / man2 / sigaction.2
index dc263d7..7f0e258 100644 (file)
@@ -44,7 +44,7 @@
 .\" 2010-06-11 Andi Kleen, add hwpoison signal extensions
 .\" 2010-06-11 mtk, improvements to discussion of various siginfo_t fields.
 .\"
-.TH SIGACTION 2 2013-07-30 "Linux" "Linux Programmer's Manual"
+.TH SIGACTION 2 2014-04-27 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sigaction \- examine and change a signal action
 .SH SYNOPSIS
@@ -366,7 +366,7 @@ contain the user and system CPU time used by the child process;
 these fields do not include the times used by waited-for children (unlike
 .BR getrusage (2)
 and
-.BR time (2)).
+.BR times (2)).
 In kernels up to 2.6, and since 2.6.27, these fields report
 CPU time in units of
 .IR sysconf(_SC_CLK_TCK) .
@@ -712,7 +712,7 @@ POSIX.1-2001 allows this possibility, so that ignoring
 .B SIGCHLD
 can be used to prevent the creation of zombies (see
 .BR wait (2)).
-Nevertheless, the historical BSD and System V behaviors for ignoring
+Nevertheless, the historical BSD and System\ V behaviors for ignoring
 .B SIGCHLD
 differ, so that the only completely portable method of ensuring that
 terminated children do not become zombies is to catch the
@@ -811,10 +811,11 @@ See
 .BR core (5),
 .BR signal (7)
 .SH COLOPHON
-This page is part of release 3.65 of the Linux
+This page is part of release 3.67 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.