[Pcsclite-cvs-commit] r7016 - trunk/PCSC/doc

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Wed Oct 22 15:06:26 UTC 2014


Author: rousseau
Date: 2014-10-22 15:06:26 +0000 (Wed, 22 Oct 2014)
New Revision: 7016

Modified:
   trunk/PCSC/doc/pcscd.8.in
Log:
Use \- for -


Modified: trunk/PCSC/doc/pcscd.8.in
===================================================================
--- trunk/PCSC/doc/pcscd.8.in	2014-10-22 15:04:20 UTC (rev 7015)
+++ trunk/PCSC/doc/pcscd.8.in	2014-10-22 15:06:26 UTC (rev 7016)
@@ -40,22 +40,22 @@
 The log levels are ordered as: debug < info < error < critical. Use a
 log level l will log this level and all the levels above it.
 .TP
-.B --force-reader-polling
+.B \-\-force\-reader\-polling
 ignore the IFD_GENERATE_HOTPLUG reader capability
 .TP
-.BR \-t ", " \-\-max-thread
+.BR \-t ", " \-\-max\-thread
 maximum number of threads (default 200).
 
 This is the maximum number of clients (SCardEstablishContext) that pcscd
 can handle.
 .TP
-.BR \-s ", " \-\-max-card-handle-per-thread
+.BR \-s ", " \-\-max\-card\-handle\-per\-thread
 maximum number of card handle per thread (default: 200).
 
 This is the maximum number of card handle (SCardConnect) per client
 (SCardEstablishContext).
 .TP
-.BR \-r ", " \-\-max-card-handle-per-reader
+.BR \-r ", " \-\-max\-card\-handle\-per\-reader
 maximum number of card handle per reader (default: 200)
 
 This is the maximum number of card handle (SCardConnect) per reader.
@@ -73,7 +73,7 @@
 file to detect added or removed non-USB readers (serial or PCMCIA).
 .
 .TP
-.BR \-x ", " \-\-auto-exit
+.BR \-x ", " \-\-auto\-exit
 pcscd will quit after 60 seconds of inactivity. This is used when pcscd
 os started on demand by systemd.
 .TP




More information about the Pcsclite-cvs-commit mailing list