summaryrefslogtreecommitdiff
path: root/usr.bin/x99token
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-01-16 18:28:11 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-01-16 18:28:11 +0000
commit7398c1de13fac821b5834e8c3fd67fac18e9dd0d (patch)
tree9309aa7c00e33cec15d15eef8fb471df40833364 /usr.bin/x99token
parent9e53ef680ae89b7cd7a0e26783263d017e5ae0be (diff)
Fix typos; from jmc with one fix by me
Diffstat (limited to 'usr.bin/x99token')
-rw-r--r--usr.bin/x99token/x99token.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/x99token/x99token.1 b/usr.bin/x99token/x99token.1
index 24136504050..7b2c782bc01 100644
--- a/usr.bin/x99token/x99token.1
+++ b/usr.bin/x99token/x99token.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: x99token.1,v 1.4 2001/08/14 23:07:58 espie Exp $
+.\" $OpenBSD: x99token.1,v 1.5 2003/01/16 18:28:10 millert Exp $
.\"
.Dd August 1, 2001
.Dt X99TOKEN 1
@@ -25,7 +25,7 @@ requests a key.
The key consists of 8 bytes encoded in either hex or octal.
When encoded in hex the key must consist of 16 hex digits,
no spaces (e.g., "0123456789abcdef").
-When encoded in octal the key must consist of 8 3 digit octets,
+When encoded in octal the key must consist of 8 3-digit octets,
each separated by exactly one space
(e.g., "001 010 100 002 020 200 003 030").
Once the key is entered, a PIN number is requested.
@@ -40,11 +40,11 @@ is not specified,
.Nm
is in calculator mode.
In this mode you must enter the same PIN as used in the initialization step.
-The PIN is used decode the the key read from the keyfile.
+The PIN is used to decode the key read from the keyfile.
Next you enter the challenge you have been presented with.
The
.Nm
-program will provide you a response to the challenge.
+program will provide you with a response to the challenge.
If the
.Fl d
option is used, the response will fold any hex digits to decimal.
@@ -83,7 +83,7 @@ default keyfile
.Sh AUTHORS
Paul Borman <prb@krystal.com>
.Sh CAVEATS
-This is a very simple minded program.
+This is a very simple-minded program.
The keyfile should be placed on a floppy disk which is kept physically secure.
.Pp
Having not read the X9.9 standard, this may not be a complete or accurate