diff options
| author | Fred Drake <fdrake@acm.org> | 1998-04-04 05:56:51 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-04-04 05:56:51 +0000 |
| commit | d275de985ad891f7e06d3055e4e6b30cf6fa5167 (patch) | |
| tree | a0cf0d021a57281b68b3cd5dd3e9e23573d9d350 /Doc/lib/libposix.tex | |
| parent | 4bde97f190f2c0f75c781074138bbf0f2876646f (diff) | |
| download | cpython-git-d275de985ad891f7e06d3055e4e6b30cf6fa5167.tar.gz | |
Remove obsolete lines like this:
\setindexsubitem{(in module frobnitz)}
These are no longer needed when present before any other \setindexsubitem{}
in the module section. The indexsubitem is now set by \bimodindex and
\stmodindex.
Diffstat (limited to 'Doc/lib/libposix.tex')
| -rw-r--r-- | Doc/lib/libposix.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index 101938da9a..261c6aac68 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -74,7 +74,6 @@ exception through the \module{os} module. It defines the following functions and constants: -\setindexsubitem{(in module posix)} \begin{funcdesc}{chdir}{path} Change the current working directory to \var{path}. \end{funcdesc} |
