diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-10 06:04:32 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-10 06:04:32 +0000 |
commit | 5e833b12704c89c1fad72b7b6f3706cfd15ab035 (patch) | |
tree | 7ac305ecaceb3ddae771be108d433c86243a32ef /lib/libc | |
parent | f580711ba98f2ef0c6b7239506420eb2f8a4ace8 (diff) |
Insert a missing comma.
Diffstat (limited to 'lib/libc')
-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 |