diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-04-30 16:31:43 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-04-30 16:31:43 +0000 |
commit | 53d632a56390b1be823ac94e26c8cbea0b0886ed (patch) | |
tree | c883cb4deabbed473bc5d3a0faba13f99da8281f /lib/libskey/skey.3 | |
parent | 98acfc3b963a7db3fbfdedc7829303261eb50d63 (diff) |
Initial cleanup:
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;
o) wrap long lines;
millert@ ok
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 |