diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-09-03 12:47:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-09-03 12:47:29 +0000 |
commit | 54b419b278705ff474361da12e5cc5eb7cef95ae (patch) | |
tree | d64ec44e7cff79c57ee41dea6e75e522e8d6b253 /lib/libc/gen | |
parent | 2abbbf80862851cd029ab851380498b45415bc71 (diff) |
tweak previous;
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/getpass.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/getpass.3 b/lib/libc/gen/getpass.3 index 972ce24874e..a83918c2c5e 100644 --- a/lib/libc/gen/getpass.3 +++ b/lib/libc/gen/getpass.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpass.3,v 1.17 2016/09/03 10:58:04 tedu Exp $ +.\" $OpenBSD: getpass.3,v 1.18 2016/09/03 12:47:28 jmc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -40,7 +40,8 @@ .Fn getpass "const char *prompt" .Sh DESCRIPTION .Bf -symbolic -This funtion is obsolete. Consider using +This function is obsolete. +Consider using .Xr readpassphrase 3 . .Ef .Pp |