[Pcsclite-cvs-commit] PCSC/doc reader.conf.5.in,1.1,1.2 pcscd.8.in,1.8,1.9 pcsc-lite.tex,1.5,1.6 formaticc.1,1.4,1.5
rousseau@haydn.debian.org
rousseau@haydn.debian.org
- Previous message: [Pcsclite-cvs-commit] PCSC/etc pcscd.startup,1.3,1.4 StartupParameters.plist,1.3,1.4 SmartcardServices,1.5,1.6
- Next message: [Pcsclite-cvs-commit] PCSC SECURITY,1.2,1.3 README,1.11,1.12 DRIVERS,1.2,1.3 ChangeLog,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/pcsclite/PCSC/doc
In directory haydn:/tmp/cvs-serv32005/doc
Modified Files:
reader.conf.5.in pcscd.8.in pcsc-lite.tex formaticc.1
Log Message:
Typos. thanks to Ville Skyttä for the patches
Index: reader.conf.5.in
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/doc/reader.conf.5.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- reader.conf.5.in 2 Apr 2004 14:42:58 -0000 1.1
+++ reader.conf.5.in 13 May 2004 13:25:06 -0000 1.2
@@ -31,7 +31,7 @@
The "DEVICENAME" field was not used for old drivers (using the IFD
handler version 2.0 or previous). It is now (IFD handler version 3.0) used
to identify the physical port on which the reader is connected. This
-is the device name of this port. It is dependant of the OS kernel. The
+is the device name of this port. It is dependent of the OS kernel. The
first serial port device is called
.I /dev/ttyS0
under Linux and
@@ -39,12 +39,12 @@
under FreeBSD.
The "LIBPATH" field is the filename of the driver code. The driver is
-a dynamically loaded piece of code (generaly a
+a dynamically loaded piece of code (generally a
.I drivername.so*
file).
The "CHANNELID" is no more used for recent drivers (IFD handler 3.0) and
-has been superseeded by "DEVICENAME". If you have an old driver this
+has been superseded by "DEVICENAME". If you have an old driver this
field is used to indicate the port to use. You should read your driver
documentation to know what information is needed here. It should be the
serial port number for a serial reader.
@@ -60,7 +60,7 @@
.I @confdir@/reader.conf
file correctly you may want to have debug messages from
.BR pcscd .
-I recommand you to start
+I recommend you to start
.B pscsd
in the foreground using:
# pcscd --foreground
Index: pcscd.8.in
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/doc/pcscd.8.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pcscd.8.in 10 May 2004 13:24:33 -0000 1.8
+++ pcscd.8.in 13 May 2004 13:25:06 -0000 1.9
@@ -32,7 +32,7 @@
\fB\-v\fR, \fB\-\-version\fR
Displays the program version number
.SH DESCRIPTION
-pcscd is the daemon program for pcsc-lite and MuscleCard framework. It is
+pcscd is the daemon program for pcsc-lite and the MuscleCard framework. It is
a resource manager that coordinates communications with smart card readers
and smart cards and cryptographic tokens that are connected to the system.
@@ -99,7 +99,7 @@
# Configuration file for pcsc-lite
- FRIENDLYNAME "My Smart card Reader"
+ FRIENDLYNAME "My Smart Card Reader"
DEVICENAME GEN_SMART_RDR
LIBPATH @usbdropdir@/my_reader.so
CHANNELID 0x0103F8
Index: pcsc-lite.tex
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/doc/pcsc-lite.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pcsc-lite.tex 10 May 2004 14:41:15 -0000 1.5
+++ pcsc-lite.tex 13 May 2004 13:25:06 -0000 1.6
@@ -863,8 +863,8 @@
Value of \texttt{pioSendPci} & Meaning \\
\hline
\hline
-\texttt{SCARD\_PCI\_T0} & Pre defined T=0 PCI structure\\
-\texttt{SCARD\_PCI\_T1} & Pre defined T=1 PCI structure\\
+\texttt{SCARD\_PCI\_T0} & Pre-defined T=0 PCI structure\\
+\texttt{SCARD\_PCI\_T1} & Pre-defined T=1 PCI structure\\
\hline
\end{tabular}
@@ -1185,7 +1185,7 @@
rgReaderStates[0].dwCurrentState = SCARD_STATE_EMPTY;
cReaders = 1;
-rv = SCardGetStatusChange(hContext, INFINITE, rgReaderStates, cReaders);
+rv = SCardGetStatusChange(hContext, INFINITE, rgReaderStates, cReaders);
rv = SCardConnect(hContext, "Reader X", SCARD_SHARE_SHARED,
SCARD_PROTOCOL_T0, &hCard, &dwActiveProtocol);
\end{verbatim}
Index: formaticc.1
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/doc/formaticc.1,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- formaticc.1 10 May 2004 13:16:51 -0000 1.4
+++ formaticc.1 13 May 2004 13:25:06 -0000 1.5
@@ -7,7 +7,7 @@
formaticc
.SH "DESCRIPTION"
.LP
-Sends one or more request APDU's to a smarcard and get responses.
+Sends one or more request APDU's to a smart card and get responses.
.LP
formaticc takes a set of APDU's from an input file
and generates an output file with the data returned by the card.
@@ -17,8 +17,8 @@
.LP
The input file contains a line per APDU. Each line contains the length in
bytes of the APDU and the APDU octets in hexadecimal notation, separated by
-space characters. The generated output file contains response APDU's follwing
-the same format.
+space characters. The generated output file contains response APDU's
+following the same format.
.SH "FILES"
.LP
\fI/usr/share/doc/libpcsclite0/examples/sample.in\fP:
- Previous message: [Pcsclite-cvs-commit] PCSC/etc pcscd.startup,1.3,1.4 StartupParameters.plist,1.3,1.4 SmartcardServices,1.5,1.6
- Next message: [Pcsclite-cvs-commit] PCSC SECURITY,1.2,1.3 README,1.11,1.12 DRIVERS,1.2,1.3 ChangeLog,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]