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.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libgetpass.tex b/Doc/lib/libgetpass.tex
index 6c937bc..28bfe8f 100644
--- a/Doc/lib/libgetpass.tex
+++ b/Doc/lib/libgetpass.tex
@@ -15,13 +15,13 @@ The \module{getpass} module provides two functions:
Prompt the user for a password without echoing. The user is
prompted using the string \var{prompt}, which defaults to
\code{'Password: '}.
- Availability: Macintosh, \UNIX{}, Windows.
+ Availability: Macintosh, \UNIX, Windows.
\end{funcdesc}
\begin{funcdesc}{getuser}{}
Return the ``login name'' of the user.
- Availability: \UNIX{}, Windows.
+ Availability: \UNIX, Windows.
This function checks the environment variables \envvar{LOGNAME},
\envvar{USER}, \envvar{LNAME} and \envvar{USERNAME}, in order, and