diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-15 21:42:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-15 21:42:51 (GMT) |
commit | 6206394a4b42a22845713f9971923613eb6c8203 (patch) | |
tree | 841233171faaf5f3ecae27f0e988f317d6dc025b /Doc/libposix.tex | |
parent | 8a528bd10d89477e3dc3cf8697eb73af8c19e592 (diff) | |
download | cpython-6206394a4b42a22845713f9971923613eb6c8203.zip cpython-6206394a4b42a22845713f9971923613eb6c8203.tar.gz cpython-6206394a4b42a22845713f9971923613eb6c8203.tar.bz2 |
Changed illegal \stmodindex{} to \refstmodindex{}, added index reference
to the stat module.
Diffstat (limited to 'Doc/libposix.tex')
-rw-r--r-- | Doc/libposix.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/libposix.tex b/Doc/libposix.tex index df933c5..c50b8fb 100644 --- a/Doc/libposix.tex +++ b/Doc/libposix.tex @@ -16,7 +16,7 @@ through the \code{os} interface. Once \code{os} is imported, there is \code{posix}. In addition, \code{os} provides some additional functionality, such as automatically calling \code{putenv()} when an entry is \code{os.environ} is changed. -\stmodindex{os} +\refstmodindex{os} The descriptions below are very terse; refer to the corresponding \UNIX{} manual (or POSIX documentation) entry for more information. @@ -208,7 +208,7 @@ position; 2 to set it relative to the end of the file. \begin{funcdesc}{lstat}{path} Like \code{stat()}, but do not follow symbolic links. (On systems -without symbolic links, this is identical to \code{posix.stat}.) +without symbolic links, this is identical to \code{posix.stat()}.) \end{funcdesc} \begin{funcdesc}{mkfifo}{path\optional{\, mode}} @@ -373,6 +373,7 @@ More items may be added at the end by some implementations. Note: The standard module \code{stat} defines functions and constants that are useful for extracting information from a stat structure. +\refstmodindex{stat} \end{funcdesc} \begin{funcdesc}{symlink}{src\, dst} |