aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-07-10 12:06:48 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-07-10 12:06:48 +0000
commitcd4995f5fc81f3a4e444a8419661adbdd36aea93 (patch)
tree949dd4b8e1b3dc0e6b0f986166adab876defaa7e
parent433dc4d53fcb8ab4dd8ef0ee8b01d6230da3bd4a (diff)
downloadman-pages-cd4995f5fc81f3a4e444a8419661adbdd36aea93.tar.gz
tfx + ffix
-rw-r--r--man3/getpass.34
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).