summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getpass.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/getpass.3')
-rw-r--r--lib/libc/gen/getpass.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/getpass.3 b/lib/libc/gen/getpass.3
index 2d77ffb8d16..0a35eba23d3 100644
--- a/lib/libc/gen/getpass.3
+++ b/lib/libc/gen/getpass.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getpass.3,v 1.9 2001/12/07 23:56:09 millert Exp $
+.\" $OpenBSD: getpass.3,v 1.10 2003/05/30 14:00:32 jmc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -75,6 +75,10 @@ returns a pointer to a null-terminated string of at most
characters.
If an error is encountered, the terminal state is restored and
a null pointer is returned.
+.Sh FILES
+.Bl -tag -width /dev/tty -compact
+.It Pa /dev/tty
+.El
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er EINTR
@@ -90,10 +94,6 @@ The process has already reached its limit for open file descriptors.
.It Bq Er ENFILE
The system file table is full.
.El
-.Sh FILES
-.Bl -tag -width /dev/tty -compact
-.It Pa /dev/tty
-.El
.Sh SEE ALSO
.Xr crypt 3 ,
.Xr readpassphrase 3