Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e73ad2a2
Commit
e73ad2a2
authored
Feb 15, 2002
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the standard expression for the availability statement for alarm().
parent
8d1fdafd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Doc/lib/libsignal.tex
Doc/lib/libsignal.tex
+3
-2
No files found.
Doc/lib/libsignal.tex
View file @
e73ad2a2
...
...
@@ -103,8 +103,9 @@ The \module{signal} module defines the following functions:
If
\var
{
time
}
is zero, no alarm id 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
is zero, no alarm is currently scheduled. Not on Windows. (See the
\UNIX
{}
man page
\manpage
{
alarm
}{
2
}
.)
is zero, no alarm is currently scheduled. (See the
\UNIX
{}
man page
\manpage
{
alarm
}{
2
}
.)
Availability:
\UNIX
.
\end{funcdesc}
\begin{funcdesc}
{
getsignal
}{
signalnum
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment