Make internal module references hyperlinks wherever it makes sense.

This commit is contained in:
Fred Drake 1999-04-22 21:23:22 +00:00
parent 7b8b125fa6
commit ffbe68723a
21 changed files with 103 additions and 100 deletions

View file

@ -27,6 +27,6 @@ The \module{getpass} module provides two functions:
\envvar{USER}, \envvar{LNAME} and \envvar{USERNAME}, in order, and
returns the value of the first one which is set to a non-empty
string. If none are set, the login name from the password database
is returned on systems which support the \module{pwd} module,
is returned on systems which support the \refmodule{pwd} module,
otherwise, an exception is raised.
\end{funcdesc}