diff options
-rw-r--r-- | lib/libc/gen/getpass.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getpass.3 b/lib/libc/gen/getpass.3 index b00f2d73299..8cebb5dca72 100644 --- a/lib/libc/gen/getpass.3 +++ b/lib/libc/gen/getpass.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpass.3,v 1.7 2000/11/21 00:48:37 millert Exp $ +.\" $OpenBSD: getpass.3,v 1.8 2001/02/10 06:04:31 aaron Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -73,7 +73,7 @@ returns a pointer to the null-terminated password. .It Pa /dev/tty .El .Sh SEE ALSO -.Xr crypt 3 +.Xr crypt 3 , .Xr readpassphrase 3 .Sh HISTORY A |