From 7549ed4d2b064b8273e8aa5cbfd15a65a0c3c201 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Mon, 9 Apr 2012 13:37:04 +0000 Subject: [PATCH] updated documentation git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@736 96b47cad-a561-4643-ad3b-153ac7d7599c --- pcsc-relay/doc/README.rst | 2 +- pcsc-relay/doc/autotools.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pcsc-relay/doc/README.rst b/pcsc-relay/doc/README.rst index 181eab8..c814504 100644 --- a/pcsc-relay/doc/README.rst +++ b/pcsc-relay/doc/README.rst @@ -5,7 +5,7 @@ ******************************************************************************** -pcsc-relay +PC/SC Relay ******************************************************************************** :Authors: diff --git a/pcsc-relay/doc/autotools.rst b/pcsc-relay/doc/autotools.rst index 5ecbbff..697662a 100644 --- a/pcsc-relay/doc/autotools.rst +++ b/pcsc-relay/doc/autotools.rst @@ -4,7 +4,7 @@ Installation ============= -The pcsc-relay uses the GNU Build System to compile and install. If you are +The PC/SC Relay uses the GNU Build System to compile and install. If you are unfamiliar with it, please have a look at :file:`INSTALL`. If you have a look around and can not find it, you are probably working bleeding edge in the repository. Run the following command in :file:`pcsc-relay` to @@ -13,7 +13,7 @@ get the missing standard auxiliary files:: autoreconf -i To configure (:command:`configure --help` lists possible options), build and -install the pcsc-relay now do the following:: +install the PC/SC Relay now do the following:: ./configure make