sigaction.2: Minor fixes

Minor grammar fixes.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-09-27 09:33:23 +02:00
parent a8974b6de4
commit 17b7878618
1 changed files with 3 additions and 3 deletions

View File

@ -304,10 +304,10 @@ The
.I si_utime
and
.I si_stime
fields do not include the times used by waited for children (unlike
fields do not include the times used by waited-for children (unlike
.BR getrusage (2)
and
.BR time (2).
.BR time (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) .
@ -327,7 +327,7 @@ of the (configurable) system jiffy (see
.\" http://thread.gmane.org/gmane.linux.kernel/698061/ .
.\" This patch made it into 2.6.27.
.\" But note that these fields still don't return the times of
.\" waited for children (as is done by getrusage() and times()
.\" waited-for children (as is done by getrusage() and times()
.\" and wait4()). Solaris 8 does include child times.
.IP *
.IR si_int " and " si_ptr