Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6206394

Browse files
committed
Changed illegal \stmodindex{} to \refstmodindex{}, added index reference
to the stat module.
1 parent 8a528bd commit 6206394

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Doc/lib/libposix.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ \section{Built-in Module \sectcode{posix}}
1616
\code{posix}. In addition, \code{os} provides some additional
1717
functionality, such as automatically calling \code{putenv()}
1818
when an entry is \code{os.environ} is changed.
19-
\stmodindex{os}
19+
\refstmodindex{os}
2020

2121
The 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}
210210
Like \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

374374
Note: The standard module \code{stat} defines functions and constants
375375
that are useful for extracting information from a stat structure.
376+
\refstmodindex{stat}
376377
\end{funcdesc}
377378

378379
\begin{funcdesc}{symlink}{src\, dst}

Doc/libposix.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ \section{Built-in Module \sectcode{posix}}
1616
\code{posix}. In addition, \code{os} provides some additional
1717
functionality, such as automatically calling \code{putenv()}
1818
when an entry is \code{os.environ} is changed.
19-
\stmodindex{os}
19+
\refstmodindex{os}
2020

2121
The 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}
210210
Like \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

374374
Note: The standard module \code{stat} defines functions and constants
375375
that are useful for extracting information from a stat structure.
376+
\refstmodindex{stat}
376377
\end{funcdesc}
377378

378379
\begin{funcdesc}{symlink}{src\, dst}

0 commit comments

Comments
 (0)