diff options
author | 2001-07-27 07:33:31 +0000 | |
---|---|---|
committer | 2001-07-27 07:33:31 +0000 | |
commit | 31753e3eca9fecad4ba3c059ffceed4ab4296952 (patch) | |
tree | 1a518eb5435115f695f8af4633d2c8eb903958ce | |
parent | remove clean.weekly from here. this can be added in weekly.local if (diff) | |
download | wireguard-openbsd-31753e3eca9fecad4ba3c059ffceed4ab4296952.tar.xz wireguard-openbsd-31753e3eca9fecad4ba3c059ffceed4ab4296952.zip |
short information about setpass + cleanup
-rw-r--r-- | usr.bin/sectok/sectok.1 | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/usr.bin/sectok/sectok.1 b/usr.bin/sectok/sectok.1 index 46c2e08c850..8a169898020 100644 --- a/usr.bin/sectok/sectok.1 +++ b/usr.bin/sectok/sectok.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sectok.1,v 1.4 2001/07/26 20:00:16 rees Exp $ +.\" $OpenBSD: sectok.1,v 1.5 2001/07/27 07:33:31 jakob Exp $ .\" .\" Copyright (C) 2001, Jakob Schlyter. All rights reserved. .\" @@ -29,14 +29,17 @@ .Dd July 17, 2001 .Dt SECTOK 1 .Os +.\" .Sh NAME .Nm sectok .Nd communicate with smartcards using iso7816 +.\" .Sh SYNOPSIS .Nm sectok .Op Fl 0123 .Op Fl f Ar scriptfile .Op Fl s Ar sleeptime +.\" .Sh DESCRIPTION .Nm is a command-line-like interface for communicating with smartcards. @@ -54,6 +57,7 @@ Run commands from scriptfile. .It Fl s Ar sleeptime Set sleep (in milliseconds) between commands in the script. .El +.\" .Sh COMMANDS .Ss Non-card commands .Pp @@ -130,7 +134,8 @@ Try all 256 possible instructions and print results. .Cm class .Op Ar class .Xc -Inquire or set default application class. +Inquire or set default application +.Ar class . .It Xo .Cm read .Op Fl x @@ -141,7 +146,9 @@ Read selected fid and write to stdout. .Cm write .Ar input-filename .Xc -Read from input-filename and write to selected fid. +Read from +.Ar input-filename +and write to selected fid. .El .Ss Cyberflex commands .Pp @@ -213,7 +220,9 @@ use manufacturer's default AUT0 key .Ar filename .Xc Load an applet to the card. -If the first byte of the aid is '#' it will be converted to 0xfc. +If the first byte of the +.Ar aid +is '#' it will be converted to 0xfc. .It Xo .Cm junload .Op Fl p Ar progID @@ -234,10 +243,16 @@ select default loader .Op Fl d .Op Fl x Ar hex-aut0 .Xc +.Bl -tag -width Ds +.It Fl d +use manufacturer's default AUT0 key +.El .El +.\" .Sh AUTHORS .Nm was written by Jim Rees and others at University of Michigan. +.\" .Sh HISTORY .Nm first appeared in |