tfx + ffix

This commit is contained in:
Michael Kerrisk 2008-07-10 12:06:48 +00:00
parent 433dc4d53f
commit cd4995f5fc
1 changed files with 2 additions and 2 deletions

View File

@ -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).