Skip to content

Commit 3aae489

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 211b1d8 commit 3aae489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/signal.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ The variables defined in the :mod:`signal` module are:
270270
All the signal numbers are defined symbolically. For example, the hangup signal
271271
is defined as :const:`signal.SIGHUP`; the variable names are identical to the
272272
names used in C programs, as found in ``<signal.h>``. The Unix man page for
273-
':c:func:`!signal`' lists the existing signals (on some systems this is
273+
'``signal``' lists the existing signals (on some systems this is
274274
:manpage:`signal(2)`, on others the list is in :manpage:`signal(7)`). Note that
275275
not all systems define the same set of signal names; only those names defined by
276276
the system are defined by this module.
@@ -666,7 +666,7 @@ The :mod:`signal` module defines the following functions:
666666
*sigset*.
667667

668668
The return value is an object representing the data contained in the
669-
:c:type:`siginfo_t` structure, namely: ``si_signo``, ``si_code``,
669+
``siginfo_t`` structure, namely: ``si_signo``, ``si_code``,
670670
``si_errno``, ``si_pid``, ``si_uid``, ``si_status``, ``si_band``.
671671

672672
.. availability:: Unix.

0 commit comments

Comments
 (0)