summaryrefslogtreecommitdiffstats
path: root/man3/getpass.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getpass.3')
-rw-r--r--man3/getpass.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/getpass.3 b/man3/getpass.3
index 979da4949..ae635af91 100644
--- a/man3/getpass.3
+++ b/man3/getpass.3
@@ -18,7 +18,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR getpass ():
@@ -38,7 +38,7 @@ If you want to read input without terminal echoing enabled,
see the description of the
.I ECHO
flag in
-.BR termios (3).
+.MR termios 3 .
.P
The
.BR getpass ()
@@ -69,7 +69,7 @@ The process does not have a controlling terminal.
.I /dev/tty
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -109,7 +109,7 @@ Removed in POSIX.1-2001.
.\" Since libc 5.4.19 also line editing is disabled, so that also
.\" backspace and the like will be seen as part of the password.
You should use instead
-.BR readpassphrase (3bsd),
+.MR readpassphrase 3bsd ,
provided by
.IR libbsd .
.P
@@ -147,4 +147,4 @@ and returns
The calling process should zero the password as soon as possible to avoid
leaving the cleartext password visible in the process's address space.
.SH SEE ALSO
-.BR crypt (3)
+.MR crypt 3