File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments