From cd4995f5fc81f3a4e444a8419661adbdd36aea93 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 10 Jul 2008 12:06:48 +0000 Subject: [PATCH] tfx + ffix --- man3/getpass.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/getpass.3 b/man3/getpass.3 index 110d84733..fbb467d55 100644 --- a/man3/getpass.3 +++ b/man3/getpass.3 @@ -26,7 +26,7 @@ getpass \- get a password .SH SYNOPSIS .B #include .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).