Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3a20bc

Browse files
committed
Added availabililty annotations to respond to concerns of /F.
1 parent 4b1a07a commit b3a20bc

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/lib/libgetpass.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
\section{\module{getpass}
2-
--- Portable password reading.}
2+
--- Portable password input}
33

44
\declaremodule{standard}{getpass}
5+
\modulesynopsis{Portable reading of passwords and retrieval of the userid.}
56
\moduleauthor{Piers Lauder}{[email protected]}
6-
% Windows support by Guido van Rossum.
7+
% Windows (& Mac?) support by Guido van Rossum.
78
\sectionauthor{Fred L. Drake, Jr.}{[email protected]}
89

9-
\modulesynopsis{Portable reading of passwords and retrieval of the userid.}
10-
1110

1211
The \module{getpass} module provides two functions:
1312

@@ -16,11 +15,13 @@ \section{\module{getpass}
1615
Prompt the user for a password without echoing. The user is
1716
prompted using the string \var{prompt}, which defaults to
1817
\code{'Password: '}.
18+
Availability: Macintosh, \UNIX{}, Windows.
1919
\end{funcdesc}
2020

2121

2222
\begin{funcdesc}{getuser}{}
2323
Return the ``login name'' of the user.
24+
Availability: \UNIX{}, Windows.
2425

2526
This function checks the environment variables \envvar{LOGNAME},
2627
\envvar{USER}, \envvar{LNAME} and \envvar{USERNAME}, in order, and

0 commit comments

Comments
 (0)