summaryrefslogtreecommitdiff
path: root/Doc/library/faulthandler.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-04-01 09:19:57 +0200
committerGeorg Brandl <georg@python.org>2011-04-01 09:19:57 +0200
commit252bedd4c62b626c96d9bb83a10e857a4df8de30 (patch)
tree2b8d1b56162a389feb14ee0ecf2923a4e14d2acf /Doc/library/faulthandler.rst
parenta80087023eaf710faad265d61d3d8b1c62462c9b (diff)
downloadcpython-252bedd4c62b626c96d9bb83a10e857a4df8de30.tar.gz
Fix markup.
Diffstat (limited to 'Doc/library/faulthandler.rst')
-rw-r--r--Doc/library/faulthandler.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/faulthandler.rst b/Doc/library/faulthandler.rst
index 34b4ed4e24..7b106bc68b 100644
--- a/Doc/library/faulthandler.rst
+++ b/Doc/library/faulthandler.rst
@@ -69,8 +69,8 @@ Dump the tracebacks after a timeout
Dump the tracebacks of all threads, after a timeout of *timeout* seconds, or
each *timeout* seconds if *repeat* is ``True``. If *exit* is True, call
- :cfunc:`_exit` with status=1 after dumping the tracebacks to terminate
- immediatly the process, which is not safe. For example, :cfunc:`_exit`
+ :c:func:`_exit` with status=1 after dumping the tracebacks to terminate
+ immediatly the process, which is not safe. For example, :c:func:`_exit`
doesn't flush file buffers. If the function is called twice, the new call
replaces previous parameters (resets the timeout). The timer has a
sub-second resolution.