doc/glibc-functions/getpass.texi: Document gnulib implementation.
[pspp] / doc / glibc-functions / getpass.texi
1 @node getpass
2 @subsection @code{getpass}
3 @findex getpass
4
5 Gnulib module: getpass or getpass-gnu
6
7 Portability problems fixed by either Gnulib module @code{getpass} or @code{getpass-gnu}:
8 @itemize
9 @item
10 This function is missing on some platforms:
11 mingw, BeOS.
12 @end itemize
13
14 Portability problems fixed by Gnulib module @code{getpass-gnu}:
15 @itemize
16 @item
17 The gnulib implementation return a password of arbitrary length read
18 from /dev/tty (or stdin), other implementations may truncate the
19 password to PASS_MAX or 8 characters.
20 @end itemize
21
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @end itemize