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
8d1fdafd
Commit
8d1fdafd
authored
Feb 15, 2002
by
Skip Montanaro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
note that the alarm function is not available on Windows.
parent
960d7a68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/lib/libsignal.tex
Doc/lib/libsignal.tex
+4
-4
No files found.
Doc/lib/libsignal.tex
View file @
8d1fdafd
...
...
@@ -103,8 +103,8 @@ 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.
(See the
\UNIX
{}
man pag
e
\manpage
{
alarm
}{
2
}
.)
is zero, no alarm is currently scheduled.
Not on Windows. (See th
e
\
UNIX
{}
man page
\
manpage
{
alarm
}{
2
}
.)
\end{funcdesc}
\begin{funcdesc}
{
getsignal
}{
signalnum
}
...
...
@@ -120,8 +120,8 @@ The \module{signal} module defines the following functions:
\begin{funcdesc}
{
pause
}{}
Cause the process to sleep until a signal is received; the
appropriate handler will then be called. Returns nothing.
(See the
\UNIX
{}
man page
\manpage
{
signal
}{
2
}
.)
appropriate handler will then be called. Returns nothing.
Not on
Windows. (See the
\UNIX
{}
man page
\manpage
{
signal
}{
2
}
.)
\end{funcdesc}
\begin{funcdesc}
{
signal
}{
signalnum, handler
}
...
...
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