timer_settime.2: s/non-zero/nonzero/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-01-16 17:57:16 +01:00
parent 54d75d6c14
commit ffa1b462e4
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ that was specified when the timer was created by
If
.I new_value->it_value
specifies a nonzero value (i.e., either subfield is non-zero), then
specifies a nonzero value (i.e., either subfield is nonzero), then
.BR timer_settime ()
arms (starts) the timer,
setting it to initially expire at the given time.