diff options
Diffstat (limited to 'lib/libskey/skey.3')
-rw-r--r-- | lib/libskey/skey.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libskey/skey.3 b/lib/libskey/skey.3 index 8b209356414..81e344b6561 100644 --- a/lib/libskey/skey.3 +++ b/lib/libskey/skey.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: skey.3,v 1.2 2001/06/23 21:42:39 millert Exp $ +.\" $OpenBSD: skey.3,v 1.3 2002/04/30 16:31:42 mpech Exp $ .\" .\" Copyright (c) 2001 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -224,7 +224,7 @@ function returns The .Fn readskey function reads up to -.Fa n +.Fa n characters from standard input with echo turned on, converting the resulting string to 7 bits, storing the result in .Fa buf . @@ -250,7 +250,7 @@ The function presents the .Fa user with an S/Key challenge and authenticates the response. -The +The .Fn skey_authenticate function returns 0 if authentication is successful or -1 if not. .Pp |