File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ \section{Built-in Module \sectcode{posix}}
1616\code {posix}. In addition, \code {os} provides some additional
1717functionality, such as automatically calling \code {putenv()}
1818when an entry is \code {os.environ} is changed.
19- \stmodindex {os}
19+ \refstmodindex {os}
2020
2121The descriptions below are very terse; refer to the corresponding
2222\UNIX {} manual (or POSIX documentation) entry for more information.
@@ -208,7 +208,7 @@ \section{Built-in Module \sectcode{posix}}
208208
209209\begin {funcdesc }{lstat}{path}
210210Like \code {stat()}, but do not follow symbolic links. (On systems
211- without symbolic links, this is identical to \code {posix.stat}.)
211+ without symbolic links, this is identical to \code {posix.stat() }.)
212212\end {funcdesc }
213213
214214\begin {funcdesc }{mkfifo}{path\optional {\, mode}}
@@ -373,6 +373,7 @@ \section{Built-in Module \sectcode{posix}}
373373
374374Note: The standard module \code {stat} defines functions and constants
375375that are useful for extracting information from a stat structure.
376+ \refstmodindex {stat}
376377\end {funcdesc }
377378
378379\begin {funcdesc }{symlink}{src\, dst}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ \section{Built-in Module \sectcode{posix}}
1616\code {posix}. In addition, \code {os} provides some additional
1717functionality, such as automatically calling \code {putenv()}
1818when an entry is \code {os.environ} is changed.
19- \stmodindex {os}
19+ \refstmodindex {os}
2020
2121The descriptions below are very terse; refer to the corresponding
2222\UNIX {} manual (or POSIX documentation) entry for more information.
@@ -208,7 +208,7 @@ \section{Built-in Module \sectcode{posix}}
208208
209209\begin {funcdesc }{lstat}{path}
210210Like \code {stat()}, but do not follow symbolic links. (On systems
211- without symbolic links, this is identical to \code {posix.stat}.)
211+ without symbolic links, this is identical to \code {posix.stat() }.)
212212\end {funcdesc }
213213
214214\begin {funcdesc }{mkfifo}{path\optional {\, mode}}
@@ -373,6 +373,7 @@ \section{Built-in Module \sectcode{posix}}
373373
374374Note: The standard module \code {stat} defines functions and constants
375375that are useful for extracting information from a stat structure.
376+ \refstmodindex {stat}
376377\end {funcdesc }
377378
378379\begin {funcdesc }{symlink}{src\, dst}
You can’t perform that action at this time.
0 commit comments