sigaction.2: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2015-10-22 16:44:12 +02:00 committed by Michael Kerrisk
parent a0d8ddd119
commit 2c8ae24191
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ of the (configurable) system jiffy (see
.\" measurement unit was HZ, which was the same as clock ticks
.\" (sysconf(_SC_CLK_TCK)). In 2.6, HZ became configurable, and
.\" was *still* used as the unit to return the info these fields,
.\" with the result that the field values depended on the the
.\" with the result that the field values depended on the
.\" configured HZ. Of course, the should have been measured in
.\" USER_HZ instead, so that sysconf(_SC_CLK_TCK) could be used to
.\" convert to seconds. I have a queued patch to fix this: