[Python-checkins] cpython: Fix markup.

georg.brandl python-checkins at python.org
Fri Apr 1 09:20:17 CEST 2011


http://hg.python.org/cpython/rev/214d0608fb84
changeset:   69098:214d0608fb84
user:        Georg Brandl <georg at python.org>
date:        Fri Apr 01 09:19:57 2011 +0200
summary:
  Fix markup.

files:
  Doc/library/faulthandler.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/faulthandler.rst b/Doc/library/faulthandler.rst
--- a/Doc/library/faulthandler.rst
+++ b/Doc/library/faulthandler.rst
@@ -69,8 +69,8 @@
 
    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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list