]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix markup problems.
authorGeorg Brandl <georg@python.org>
Sat, 12 Feb 2011 07:32:02 +0000 (07:32 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 12 Feb 2011 07:32:02 +0000 (07:32 +0000)
Doc/library/os.rst

index cf012ff750e0c08096b3f3e422cbd240b9d1c0bd..b8f1be2500adfd97906927b52694dffca32f48f5 100644 (file)
@@ -952,7 +952,7 @@ Files and Directories
 
 .. function:: lstat(path)
 
-   Perform the equivalent of an :c:func:`lstat` system call on the given path.
+   Perform the equivalent of an :cfunc:`lstat` system call on the given path.
    Similar to :func:`~os.stat`, but does not follow symbolic links.  On
    platforms that do not support symbolic links, this is an alias for
    :func:`~os.stat`.
@@ -1139,11 +1139,11 @@ Files and Directories
 
 .. function:: stat(path)
 
-   Perform the equivalent of a :c:func:`stat` system call on the given path.
+   Perform the equivalent of a :cfunc:`stat` system call on the given path.
    (This function follows symlinks; to stat a symlink use :func:`lstat`.)
 
    The return value is an object whose attributes correspond to the members
-   of the :c:type:`stat` structure, namely:
+   of the :ctype:`stat` structure, namely:
 
    * :attr:`st_mode` - protection bits,
    * :attr:`st_ino` - inode number,