[Pcsclite-cvs-commit] r1618 - trunk/HandlerTest/Host

Ludovic Rousseau rousseau at costa.debian.org
Mon Aug 15 10:10:41 UTC 2005


Author: rousseau
Date: 2005-08-15 10:10:40 +0000 (Mon, 15 Aug 2005)
New Revision: 1618

Modified:
   trunk/HandlerTest/Host/handler_test.1
Log:
update


Modified: trunk/HandlerTest/Host/handler_test.1
===================================================================
--- trunk/HandlerTest/Host/handler_test.1	2005-08-15 10:03:42 UTC (rev 1617)
+++ trunk/HandlerTest/Host/handler_test.1	2005-08-15 10:10:40 UTC (rev 1618)
@@ -1,24 +1,28 @@
-.TH "handler_test" "1" "August 2003" "User Commands"
-.SH "NAME"
-.LP 
+.TH handler_test 1 "August 2005" Muscle "PC/SC Lite"
+.SH NAME
 handler_test \- PC/SC-lite smart card reader driver tester
-.SH "SYNTAX"
+.
+.SH SYNTAX
 .B handler_test
-libname [ channel ]
-
+.IR libname " [" channel ]
+.PP
 .B handler_test
-[ channel ]
-.SH "DESCRIPTION"
-handler_test is used to test and find bugs in PC/SC-lite smart card
+.RI [ channel ]
+.
+.SH DESCRIPTION
+.B handler_test
+is used to test and find bugs in PC/SC-lite smart card
 reader drivers.
-
+.PP
 USB reader drivers do not use channel. If omitted the parameter will be
 set to 0.
-
+.PP
 The driver to use is dynamically loaded. You can define the LIB
-environment variable to the value of libname. You will then avoid to do
- 'set args ../../ccid-0.1.0/src/libccid.so' at each start of gdb(1).
-
+environment variable to the value of
+.IR libname .
+You will then avoid to do 'set args ../../ccid-0.1.0/src/libccid.so' at
+each start of gdb(1).
+.
 .SH OPTIONS
 .TP
 .B libname
@@ -26,19 +30,22 @@
 .TP
 .B channel
 channel number to communicate to the driver
-
-For serial reader drivers the channel is the serial port to use. 1 ->
-/dev/pcsc/1, 2 -> /dev/pcsc/2, etc.
-.SH "EXAMPLES"
- handler_test /usr/lib/pcsc/drivers/serial/libGemPC410.so 2
-
+.PP
+For serial reader drivers the channel is the serial port to use:
+ 1 -> /dev/pcsc/1,
+ 2 -> /dev/pcsc/2,
+ etc.
+.
+.SH EXAMPLES
 To use the libGemPC410 driver on channel 2 (/dev/pcsc/2)
-
- export LIB=../../ccid-0.1.0/src/libccid.so
- handler_test
-
-to avoid using command line arguments.
-.SH "AUTHORS"
+ $ handler_test /usr/lib/pcsc/drivers/serial/libGemPC410.so 2
+.PP
+To avoid using command line arguments.
+ $ export LIB=../../ccid-0.1.0/src/libccid.so
+ $ handler_test
+.
+.SH AUTHORS
 This manual page was written by Ludovic Rousseau <ludovic.rousseau at free.fr>
+.
 .SH "SEE ALSO"
 .BR pcscd (8),




More information about the Pcsclite-cvs-commit mailing list