diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-12 06:44:58 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-12 06:44:58 (GMT) |
commit | 371ecc0c1be0847862a67ffe4ca33fe0174ee986 (patch) | |
tree | debd4e177094762232093234373318264e87ba39 | |
parent | 0ee9f727c9e4437d615f6f5877d9f0383d99e726 (diff) | |
download | cpython-371ecc0c1be0847862a67ffe4ca33fe0174ee986.zip cpython-371ecc0c1be0847862a67ffe4ca33fe0174ee986.tar.gz cpython-371ecc0c1be0847862a67ffe4ca33fe0174ee986.tar.bz2 |
Use \withsubitem{} for indexing functions from other modules. This fixes
things in the index.
-rw-r--r-- | Doc/lib/libposix.tex | 4 | ||||
-rw-r--r-- | Doc/libposix.tex | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index 1a62bba..467195f 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -440,10 +440,10 @@ operating system. The tuple contains 5 strings: \var{machine})}. Some systems truncate the nodename to 8 characters or to the leading component; a better way to get the hostname is \function{socket.gethostname()}% -\index{gethostname()@\idxcode{gethostname()} (in module socket)} +\withsubitem{(in module socket)}{\ttindex{gethostname()}} or even \code{socket.gethostbyaddr(socket.gethostname())}% -\index{gethostbyaddr()@\idxcode{gethostbyaddr()} (in module socket)}. +\withsubitem{(in module socket)}{\ttindex{gethostbyaddr()}}. (Not on MS-DOS, nor on older \UNIX{} systems.) \end{funcdesc} diff --git a/Doc/libposix.tex b/Doc/libposix.tex index 1a62bba..467195f 100644 --- a/Doc/libposix.tex +++ b/Doc/libposix.tex @@ -440,10 +440,10 @@ operating system. The tuple contains 5 strings: \var{machine})}. Some systems truncate the nodename to 8 characters or to the leading component; a better way to get the hostname is \function{socket.gethostname()}% -\index{gethostname()@\idxcode{gethostname()} (in module socket)} +\withsubitem{(in module socket)}{\ttindex{gethostname()}} or even \code{socket.gethostbyaddr(socket.gethostname())}% -\index{gethostbyaddr()@\idxcode{gethostbyaddr()} (in module socket)}. +\withsubitem{(in module socket)}{\ttindex{gethostbyaddr()}}. (Not on MS-DOS, nor on older \UNIX{} systems.) \end{funcdesc} |