Skip to content

Commit dd08bcb

Browse files
committed
Use manpage references.
1 parent ec832aa commit dd08bcb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Doc/library/faulthandler.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ Dumping the C stack
7575

7676
Dump the C stack trace of the current thread into *file*.
7777

78-
This is done with `GNU backtraces <https://www.gnu.org/software/libc/manual/html_node/Backtraces.html>`_.
79-
80-
If the system doesn't support the C-level ``backtrace()`` or ``backtrace_symbols`` functions,
78+
If the system doesn't support the C-level :manpage:`backtrace` or :manpage:`backtrace_symbols` functions,
8179
then an error message is displayed instead of the C stack.
8280

8381
Fault handler state

0 commit comments

Comments
 (0)