diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-10 12:06:48 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-10 12:06:48 +0000 |
| commit | cd4995f5fc81f3a4e444a8419661adbdd36aea93 (patch) | |
| tree | 949dd4b8e1b3dc0e6b0f986166adab876defaa7e /man3/getpass.3 | |
| parent | 433dc4d53fcb8ab4dd8ef0ee8b01d6230da3bd4a (diff) | |
| download | man-pages-cd4995f5fc81f3a4e444a8419661adbdd36aea93.tar.gz | |
tfx + ffix
Diffstat (limited to 'man3/getpass.3')
| -rw-r--r-- | man3/getpass.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/getpass.3 b/man3/getpass.3 index 110d847337..fbb467d558 100644 --- a/man3/getpass.3 +++ b/man3/getpass.3 @@ -26,7 +26,7 @@ getpass \- get a password .SH SYNOPSIS .B #include <unistd.h> .sp -.B "char *getpass( const char *" prompt ); +.BI "char *getpass( const char *" prompt ); .SH DESCRIPTION This function is obsolete. Do not use it. @@ -44,7 +44,7 @@ again. .SH "RETURN VALUE" The function .BR getpass () -returns a pointer to a static buffer containing the (first +returns a pointer to a static buffer containing (the first .B PASS_MAX bytes of) the password without the trailing newline, terminated by a null byte (\(aq\\0\(aq). |
