summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libgetpass.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libgetpass.tex')
-rw-r--r--Doc/lib/libgetpass.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libgetpass.tex b/Doc/lib/libgetpass.tex
index 1e5e2cd..6c937bc 100644
--- a/Doc/lib/libgetpass.tex
+++ b/Doc/lib/libgetpass.tex
@@ -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}