diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-08 17:17:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-08 17:17:20 +0000 |
commit | 6327767c8e8c5aad96f9426fa7baa95f946de80f (patch) | |
tree | e1eb6ac12332845565c0ac6c0d50bb79294587c1 /lib/libc/gen/getpass.3 | |
parent | 531a90237a864d25da160a04a2ddbad77253d712 (diff) |
do not needlessly uppercase function names
Diffstat (limited to 'lib/libc/gen/getpass.3')
-rw-r--r-- | lib/libc/gen/getpass.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getpass.3 b/lib/libc/gen/getpass.3 index a3b624ccbee..d3f8a1a1d8d 100644 --- a/lib/libc/gen/getpass.3 +++ b/lib/libc/gen/getpass.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpass.3,v 1.2 1996/08/19 08:23:56 tholo Exp $ +.\" $OpenBSD: getpass.3,v 1.3 1998/06/08 17:17:07 deraadt Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -57,11 +57,11 @@ characters in length. Any additional characters and the terminating newline character are discarded. .Pp -.Nm Getpass +.Nm getpass turns off character echoing while reading the password. .Pp .Sh RETURN VALUES -.Nm Getpass +.Nm getpass returns a pointer to the null terminated password. .Sh FILES .Bl -tag -width /dev/tty -compact |