We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec832aa commit dd08bcbCopy full SHA for dd08bcb
1 file changed
Doc/library/faulthandler.rst
@@ -75,9 +75,7 @@ Dumping the C stack
75
76
Dump the C stack trace of the current thread into *file*.
77
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,
+ If the system doesn't support the C-level :manpage:`backtrace` or :manpage:`backtrace_symbols` functions,
81
then an error message is displayed instead of the C stack.
82
83
Fault handler state
0 commit comments