summaryrefslogtreecommitdiff
path: root/usr.bin/skeyinit/skeyinit.1
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-06-20 22:25:09 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-06-20 22:25:09 +0000
commit7fb52fb4d5d2c6136128b1358b4549d08f3dd3d8 (patch)
tree1fd445334c2391045c42c77d02ae7e34a4309547 /usr.bin/skeyinit/skeyinit.1
parentb2ed4201f44c6105e504ec1feaf012eb4d2d8540 (diff)
o When converting from a different hash type, if there is room on the line
we don't need to comment out the existing entry since the key almost never takes up as much room as is allocated for it. o Do per-record locking (and timeout) now that libskey does. o Rearrange the code into functions. o Use readpassphrase()
Diffstat (limited to 'usr.bin/skeyinit/skeyinit.1')
-rw-r--r--usr.bin/skeyinit/skeyinit.18
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/skeyinit/skeyinit.1 b/usr.bin/skeyinit/skeyinit.1
index f7bc468ab89..d11e1825702 100644
--- a/usr.bin/skeyinit/skeyinit.1
+++ b/usr.bin/skeyinit/skeyinit.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: skeyinit.1,v 1.19 2000/11/09 17:52:39 aaron Exp $
+.\" $OpenBSD: skeyinit.1,v 1.20 2001/06/20 22:25:08 millert Exp $
.\" $NetBSD: skeyinit.1,v 1.4 1995/07/07 22:24:09 jtc Exp $
.\" @(#)skeyinit.1 1.1 10/28/93
.\"
@@ -97,16 +97,18 @@ The username to be changed/added.
By default the current user is operated on.
.El
.Sh ERRORS
-.Bl -tag -width "skey disabled"
-.It skey disabled
+.Bl -tag -compact -width "skey disabled"
+.It "skey disabled"
.Pa /etc/skeykeys
does not exist.
It must be created by the superuser in order to use
.Nm skeyinit .
+.El
.Sh FILES
.Bl -tag -width /etc/skeykeys
.It Pa /etc/skeykeys
database of information for S/Key system
+.El
.Sh SEE ALSO
.Xr skey 1
.Sh AUTHORS