Skip to content

Commit 653b072

Browse files
authored
Update signal.rst
1 parent ee1c739 commit 653b072

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Doc/library/signal.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,12 @@ The variables defined in the :mod:`signal` module are:
205205

206206
.. availability:: Unix.
207207

208+
.. data:: SIGPROF
209+
210+
Profiling timer expired.
211+
212+
.. availability:: Unix.
213+
208214
.. data:: SIGQUIT
209215

210216
Terminal quit signal.
@@ -247,12 +253,6 @@ The variables defined in the :mod:`signal` module are:
247253

248254
.. availability:: Unix.
249255

250-
.. data:: SIGPROF
251-
252-
Profiling timer expired.
253-
254-
.. availability:: Unix.
255-
256256
.. data:: SIGVTALRM
257257

258258
Virtual timer expired.
@@ -276,7 +276,7 @@ The variables defined in the :mod:`signal` module are:
276276
All the signal numbers are defined symbolically. For example, the hangup signal
277277
is defined as :const:`signal.SIGHUP`; the variable names are identical to the
278278
names used in C programs, as found in ``<signal.h>``. The Unix man page for
279-
':c:func:``signal``' lists the existing signals (on some systems this is
279+
'``signal``' lists the existing signals (on some systems this is
280280
:manpage:`signal(2)`, on others the list is in :manpage:`signal(7)`). Note that
281281
not all systems define the same set of signal names; only those names defined by
282282
the system are defined by this module.

0 commit comments

Comments
 (0)