alarm.2: Correct the description of behavior when 'seconds' is 0

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-04-18 15:47:36 +02:00
parent 290e89bd22
commit d82b435b70
1 changed files with 2 additions and 4 deletions

View File

@ -27,7 +27,7 @@
.\" Modified Sun Jul 21 21:25:26 1996 by Andries Brouwer <aeb@cwi.nl> .\" Modified Sun Jul 21 21:25:26 1996 by Andries Brouwer <aeb@cwi.nl>
.\" Modified Wed Nov 6 03:46:05 1996 by Eric S. Raymond <esr@thyrsus.com> .\" Modified Wed Nov 6 03:46:05 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" .\"
.TH ALARM 2 2008-06-12 "Linux" "Linux Programmer's Manual" .TH ALARM 2 2013-04-18 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
alarm \- set an alarm clock for delivery of a signal alarm \- set an alarm clock for delivery of a signal
.SH SYNOPSIS .SH SYNOPSIS
@ -46,9 +46,7 @@ seconds.
If If
.I seconds .I seconds
is zero, no new is zero, any pending alarm is cancelled.
.BR alarm ()
is scheduled.
In any event any previously set In any event any previously set
.BR alarm () .BR alarm ()