summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-04-01 07:19:57 (GMT)
committerGeorg Brandl <georg@python.org>2011-04-01 07:19:57 (GMT)
commit7098685bdb626c641f0a7adb6375a513e728840c (patch)
tree89611a3a767fbc5897df5aab9b9818e179b439d2 /Doc
parentf309134effa997b19e202c9b580d3332952f65a4 (diff)
downloadcpython-7098685bdb626c641f0a7adb6375a513e728840c.zip
cpython-7098685bdb626c641f0a7adb6375a513e728840c.tar.gz
cpython-7098685bdb626c641f0a7adb6375a513e728840c.tar.bz2
Fix markup.
Diffstat (limited to 'Doc')
-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 34b4ed4..7b106bc 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.