From 1bff1c1cc00ef1ecc070e573e3b863dd5f5b3575 Mon Sep 17 00:00:00 2001 From: Peter Marschall Date: Sat, 20 Aug 2011 18:09:19 +0200 Subject: [PATCH] opensc-explorer.1.xml: fix typos, more harmonization --- doc/tools/opensc-explorer.1.xml | 60 ++++++++++++++++----------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/doc/tools/opensc-explorer.1.xml b/doc/tools/opensc-explorer.1.xml index 9ffa1f34..9440a4de 100644 --- a/doc/tools/opensc-explorer.1.xml +++ b/doc/tools/opensc-explorer.1.xml @@ -102,14 +102,14 @@ ls - list all files in the current DF + List all files in the current DF cd file-id - change to another DF specified by file-id + Change to another DF specified by file-id @@ -119,7 +119,7 @@ cat sfi:sfi-id - print the contents of the currently selected EF or the contents of a file + Print the contents of the currently selected EF or the contents of a file specified by file-id or sfi-id. @@ -129,7 +129,7 @@ info [file-id] - display attributes of a file specified by file-id. + Display attributes of a file specified by file-id. If file-id is not supplied, the attributes of the current file are printed. @@ -138,7 +138,7 @@ create file-id size - create a new EF. file-id specifies the + Create a new EF. file-id specifies the id number and size is the size of the new file. @@ -147,21 +147,21 @@ delete file-id - remove the EF or DF specified by file-id + Remove the EF or DF specified by file-id rm file-id - remove the EF or DF specified by file-id + Remove the EF or DF specified by file-id verify key-typekey-id [key] - present a PIN or key to the card. Where key-type + Present a PIN or key to the card. Where key-type can be one of CHV, KEY or PRO. key-id is a number representing the key or PIN reference. key is the key or PIN to be verified in hex. @@ -178,7 +178,7 @@ change CHVid [[old-pin] new-pin] - change a PIN, where id is the PIN reference + Change a PIN, where id is the PIN reference Examples: @@ -198,7 +198,7 @@ put file-id input - copy a local file to the card. The local file is specified + Copy a local file to the card. The local file is specified by input while the card file is specified by file-id. @@ -208,12 +208,12 @@ get file-id [output] - copy an EF to a local file. The local file is specified + Copy an EF to a local file. The local file is specified by output while the card file is specified by file-id. - If output is ommited, the name of the output file will be - derivated from the full card path to file-id. + If output is omitted, the name of the output file will be + derived from the full card path to file-id. @@ -223,10 +223,10 @@ do_put hex-tag input - update internal card's 'tagged' data. + Update internal card's 'tagged' data. hex-tag is the tag of the card's data. input is the filename of the source file or the literal data presented as - a sequence of hexadecimal values or '"' enclosed string. + a sequence of hexadecimal values or " enclosed string. @@ -236,13 +236,13 @@ do_get hex-tag [output] - copy the internal card's 'tagged' data into the local file. + Copy the internal card's 'tagged' data into the local file. The local file is specified by output while the tag of the card's data is specified by hex-tag. - If output is ommited, the name of the output file will be - derivated from hex-tag. + If output is omitted, the name of the output file will be + derived from hex-tag. @@ -251,7 +251,7 @@ mkdir file-id size - create a DF. file-id specifies the id number + Create a DF. file-id specifies the id number and size is the size of the new file. @@ -259,7 +259,7 @@ erase - erase the card, if the card supports it. + Erase the card, if the card supports it. @@ -267,7 +267,7 @@ random count - generate random sequence of count bytes. + Generate random sequence of count bytes. @@ -276,12 +276,12 @@ update_record file-id rec-nr rec-offs data - update record specified by rec-nr of the file + Update record specified by rec-nr of the file specified by file-id with the literal data data starting from offset specified by rec-offs. data can be supplied as a sequence of the hex values or - as a '"' encolsed string. + as a " enclosed string. @@ -290,10 +290,10 @@ update_binary file-id offs data - binary update of the file specified by file-id with the literal data + Binary update of the file specified by file-id with the literal data data starting from offset specified by offs. data can be supplied as a sequence of the hex values or - as a '"' encolsed string. + as a " enclosed string. @@ -302,8 +302,8 @@ debug [level] - set OpenSC debug level to level. - If level is ommited the current debug level will be shown. + Set OpenSC debug level to level. + If level is omitted the current debug level will be shown. @@ -312,7 +312,7 @@ apdu hex-data - send a custom APDU command hex-data. + Send a custom APDU command hex-data. @@ -321,7 +321,7 @@ asn1 file-id - parse and print the ASN1 encoded content of the file specified by + Parse and print the ASN.1 encoded content of the file specified by file-id. @@ -330,7 +330,7 @@ quit - exit the program. + Exit the program.