diff options
author | 2002-03-14 22:25:29 +0000 | |
---|---|---|
committer | 2002-03-14 22:25:29 +0000 | |
commit | 91387afce56c49bac60dcb8b26c99fba85f24c48 (patch) | |
tree | 975b13374e1afdf3020b77c6b82ab5826b13f278 | |
parent | Fix 'cat -se'; the '$' was not being printed for blank lines. (diff) | |
download | wireguard-openbsd-91387afce56c49bac60dcb8b26c99fba85f24c48.tar.xz wireguard-openbsd-91387afce56c49bac60dcb8b26c99fba85f24c48.zip |
add pin, chpin
-rw-r--r-- | usr.bin/sectok/sectok.1 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.bin/sectok/sectok.1 b/usr.bin/sectok/sectok.1 index 02e9ec6f521..494562e41c8 100644 --- a/usr.bin/sectok/sectok.1 +++ b/usr.bin/sectok/sectok.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sectok.1,v 1.8 2001/08/15 19:48:39 rees Exp $ +.\" $OpenBSD: sectok.1,v 1.9 2002/03/14 22:25:29 rees Exp $ .\" .\" Copyright (C) 2001, Jakob Schlyter. All rights reserved. .\" @@ -154,6 +154,17 @@ and write to selected fid. .Op Ar length .Xc Get a random challenge from the card. +.It Xo +.Cm pin +.Op Fl k Ar keyno +.Op Ar PIN +.Xc +Verify CHV (PIN). +.It Xo +.Cm chpin +.Op Fl k Ar keyno +.Xc +Change CHV (PIN). .El .Ss Cyberflex commands .Pp |