diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-07 21:45:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-07 21:45:52 (GMT) |
commit | a3f5c32f1816d9b2940403801ab4d9076a57fa8c (patch) | |
tree | 54e7231240cd2556151f21f3ef8a6ece69630c56 /Doc/lib/libposix.tex | |
parent | 1ce3604cfd642ece10bce623fb3cba27f6953d51 (diff) | |
download | cpython-a3f5c32f1816d9b2940403801ab4d9076a57fa8c.zip cpython-a3f5c32f1816d9b2940403801ab4d9076a57fa8c.tar.gz cpython-a3f5c32f1816d9b2940403801ab4d9076a57fa8c.tar.bz2 |
Removed unnecessary \setindexsubitem.
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 071cf56..a148e7f 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -52,7 +52,6 @@ invokes \function{putenv()} automatically called whenever an item is changed. \end{datadesc} -\setindexsubitem{(exception in module posix)} \begin{excdesc}{error} This exception is raised when a \POSIX{} function returns a \POSIX{}-related error (e.g., not for illegal argument types). The |