diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
commit | 954f7917cd61e2c4e87fa97f77b5d16372fced8d (patch) | |
tree | 871a313e9494c2e181e8b7547436ca52ed2b21b5 /usr.bin/skey | |
parent | 7da7265de4dc122cf4762c2707b245904c8acdd7 (diff) |
- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line
ssh pages ok markus@
Diffstat (limited to 'usr.bin/skey')
-rw-r--r-- | usr.bin/skey/skeyprune.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/skey/skeyprune.8 b/usr.bin/skey/skeyprune.8 index ddc9fb889c5..6f534f825ff 100644 --- a/usr.bin/skey/skeyprune.8 +++ b/usr.bin/skey/skeyprune.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: skeyprune.8,v 1.7 2002/05/16 18:27:34 millert Exp $ +.\" $OpenBSD: skeyprune.8,v 1.8 2003/06/10 09:12:11 jmc Exp $ .\" .\" .Dd May 16, 2002 @@ -25,6 +25,11 @@ is not specified, only invalid entries are pruned. .Pp If a malformed entry is encountered, or if the file mode/type is incorrect, an error is printed to the standard error. +.Sh FILES +.Bl -tag -width /etc/skey +.It Pa /etc/skey +directory containing S/Key user entries +.El .Sh ERRORS The following errors are cause for concern. .Bl -tag -width Ds @@ -48,11 +53,6 @@ The user's entry had a bad link count (should be 1). The user's entry was not of the correct format, as specified by .Xr skey 5 . .El -.Sh FILES -.Bl -tag -width /etc/skey -.It Pa /etc/skey -directory containing S/Key user entries -.El .Sh SEE ALSO .Xr skey 1 , .Xr skeyinit 1 , |