fixed "version>" to "version<" in xml file

(html file was already fixed by tidy, no change necessary).


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1607 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2003-11-17 14:52:03 +00:00
parent d6bb9edd59
commit 692aa31559
1 changed files with 3 additions and 3 deletions

View File

@ -299,7 +299,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
location where PC/SC Lite is installed like
this:
<screen>
$ cd opensc-&lt;version>
$ cd opensc-&lt;version&gt;
$ ./configure --with-pcsclite=/path/to/pcsclite
</screen>
</para>
@ -338,7 +338,7 @@ $ ./configure --with-pcsclite=/path/to/pcsclite
the location where OpenCT is installed like
this:
<screen>
$ cd opensc-&lt;version>
$ cd opensc-&lt;version&gt;
$ ./configure --with-openct=/path/to/openct
</screen>
</para>
@ -360,7 +360,7 @@ $ ./configure --with-openct=/path/to/openct
If you still want to use OpenSC with Usbtoken,
please configure OpenSC like this:
<screen>
$ cd opensc-&lt;version>
$ cd opensc-&lt;version&gt;
$ ./configure --enable-usbtoken
</screen>
</para>