[Pcsclite-cvs-commit] r6838 - trunk/PCSC/src/spy

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Sat Feb 8 15:28:45 UTC 2014


Author: rousseau
Date: 2014-02-08 15:28:45 +0000 (Sat, 08 Feb 2014)
New Revision: 6838

Modified:
   trunk/PCSC/src/spy/pcsc-spy.pod
Log:
Reformat for a better HTML output


Modified: trunk/PCSC/src/spy/pcsc-spy.pod
===================================================================
--- trunk/PCSC/src/spy/pcsc-spy.pod	2014-02-07 21:03:11 UTC (rev 6837)
+++ trunk/PCSC/src/spy/pcsc-spy.pod	2014-02-08 15:28:45 UTC (rev 6838)
@@ -30,7 +30,7 @@
 
 =item B<-d>, B<--diffable>
 
-Demove the variable parts (like handler values) from the output so that
+Remove the variable parts (like handler values) from the output so that
 two execution can be more easily compared.
 
 =item B<-h>, B<--help>
@@ -53,10 +53,11 @@
 
 =head2 Applications linked with libpcsclite.so.1
 
-We will use the standard LD_PRELOAD loader option to load our spying
+We will use the standard C<LD_PRELOAD> loader option to load our spying
 library.
 
 Example:
+
  LD_PRELOAD=/usr/lib/libpcscspy.so pcsc_scan
 
 =head2 Application loading libpcsclite.so.1
@@ -94,15 +95,19 @@
 =head2 Mac OS X
 
 The installation is not automatic. In the pcsc-lite/src/spy directory do:
+
  make framework
 
 Then copy the PCSC.framework directory in /tmp
+
  cp -a PCSC.framework /tmp
 
 Copy the official PCSC.framework (binary only) in /tmp
+
  cp /System/Library/Frameworks/PCSC.framework/PCSC /tmp
 
 Run the application to debug as:
+
  DYLD_FRAMEWORK_PATH=/tmp pcsctest
 
 =head1 FILES




More information about the Pcsclite-cvs-commit mailing list