From: Georg Brandl Date: Mon, 2 Jul 2007 11:54:30 +0000 (+0000) Subject: Remove duplicate sentence from alarm() doc. X-Git-Tag: v2.5.2c1~252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1d47f0e89ac7156f315046d3fc9315a4013f150;p=python Remove duplicate sentence from alarm() doc. (backport from rev. 56143) --- diff --git a/Doc/lib/libsignal.tex b/Doc/lib/libsignal.tex index cfdb4dde15..e98aa90cb8 100644 --- a/Doc/lib/libsignal.tex +++ b/Doc/lib/libsignal.tex @@ -101,8 +101,7 @@ The \module{signal} module defines the following functions: be scheduled at any time). The returned value is then the number of seconds before any previously set alarm was to have been delivered. If \var{time} is zero, no alarm is scheduled, and any scheduled - alarm is canceled. The return value is the number of seconds - remaining before a previously scheduled alarm. If the return value + alarm is canceled. If the return value is zero, no alarm is currently scheduled. (See the \UNIX{} man page \manpage{alarm}{2}.) Availability: \UNIX.