From: Georg Brandl Date: Fri, 1 Apr 2011 07:19:57 +0000 (+0200) Subject: Fix markup. X-Git-Tag: v3.3.0a1~2702 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7098685bdb626c641f0a7adb6375a513e728840c;p=thirdparty%2FPython%2Fcpython.git Fix markup. --- diff --git a/Doc/library/faulthandler.rst b/Doc/library/faulthandler.rst index 34b4ed4e2422..7b106bc68b77 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.