From 797414be05220fa371972606d7a6c2e94dd6d8db Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 22 Apr 2020 16:48:40 +0200 Subject: [PATCH] Create missing man pages (goid needs some work) --- doc/tools/goid-tool.1.xml | 126 ++++++++++++++++++++++++++++++++ doc/tools/pkcs11-register.1.xml | 124 +++++++++++++++++++++++++++++++ 2 files changed, 250 insertions(+) create mode 100644 doc/tools/goid-tool.1.xml create mode 100644 doc/tools/pkcs11-register.1.xml diff --git a/doc/tools/goid-tool.1.xml b/doc/tools/goid-tool.1.xml new file mode 100644 index 00000000..53e23140 --- /dev/null +++ b/doc/tools/goid-tool.1.xml @@ -0,0 +1,126 @@ + + + + goid-tool + 1 + OpenSC + OpenSC Tools + opensc + + + + goid-tool + ??? + + + + + goid-tool + OPTIONS + mode + + + + + Description + + The goid-tool utility can be used from + the command line to ??? + + + + + Options + + + + + , + + + Print help message on screen. + + + + , + + + Print the OpenSC package release version. + + + + string, + string + + + Specify the number of the reader to use. By default, the + first reader with present card is used. If + the arguement is an ATR, the reader with a + matching card will be chosen. + + + + + , + + + + Cause goid-tool to be + more verbose. Use it multiple times to be even more + verbose. + + + + + , + + + + Verify PIN. + + + + + , + + + + Verify finger print. + + + + + + + + Verify PIN or finger print (user's choice). + + + + + + + + See also + + + pkcs11-tool + 1 + + + opensc.conf + 5 + + + + + + Authors + pkcs11-register was written by + Frank Morgner frankmorgner@gmail.com. + + + + + + diff --git a/doc/tools/pkcs11-register.1.xml b/doc/tools/pkcs11-register.1.xml new file mode 100644 index 00000000..a3da7546 --- /dev/null +++ b/doc/tools/pkcs11-register.1.xml @@ -0,0 +1,124 @@ + + + + pkcs11-register + 1 + OpenSC + OpenSC Tools + opensc + + + + pkcs11-register + Simple tool to install PKCS#11 modules to known applications. + + + + + pkcs11-register + OPTIONS + + + + + Description + + The pkcs11-register utility can be used from + the command line to register PKCS#11 modules to various applications + + + + + Options + + + + + , + + + Print help message on screen. + + + + , + + + Print the OpenSC package release version. + + + + filename, + filename + + + Path to the PKCS#11 module to load. The default + is OpenSC PKCS#11 module. + + + + + + + + Don't install module for Chrome browser. By default, + the tool attempts to install the module for Chrome + browser. + + + + + + + + Don't install module for Firefox browser. By default, + the tool attempts to install the module for Firefox + browser. + + + + + + + + Don't install module for Thunderbird mail client. + By default, the tool attempts to install the module + for Thunderbird mail client. + + + + + + + + Don't install module for Seamonkey. By default, + the tool attempts to install the module Seamonkey. + + + + + + + + See also + + + pkcs11-tool + 1 + + + opensc.conf + 5 + + + + + + Authors + pkcs11-register was written by + Frank Morgner frankmorgner@gmail.com. + + + + +