From 80a698c6d9624e8f0309483f4cc25a4e94733204 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Fri, 30 May 2003 14:00:33 +0000 Subject: - clean up macro abuse - section reorder - merge COMPATIBILITY --- lib/libc/gen/getpass.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/libc/gen/getpass.3') 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 -- cgit v1.2.3