fix typo's

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2215 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
bert 2005-03-01 23:13:03 +00:00
parent ba8e15971f
commit 923b4b5217
1 changed files with 4 additions and 4 deletions

View File

@ -29,11 +29,11 @@ int sc_wait_for_event(sc_reader_t *readers[], int slots[], size_t numslots,
<title>Description</title>
<para>
This function blocks until an event occurs on any of the
readers/slots specified. The <emphasis>readers</emphasis> and
<emphasis>slots</emphasis> fields list the readers and the
readers/slots specified. The <emphasis>readers</emphasis> and <emphasis>slots</emphasis>
fields list the readers and
respective slots to be watched. <emphasis>num_slots</emphasis>
holds the total number of slots passed. The <emphasis>event_mask</emphasis>
parameter specifies the types of events to wait for. This may a
parameter specifies the types of events to wait for. This may be a
combination of the following flags:
<variablelist>
<varlistentry>
@ -42,7 +42,7 @@ int sc_wait_for_event(sc_reader_t *readers[], int slots[], size_t numslots,
</varlistentry>
<varlistentry>
<term><symbol>SC_EVENT_CARD_INSERTED</symbol></term>
<listitem><para>A card was insert into the reader/slot.</para></listitem>
<listitem><para>A card was inserted into the reader/slot.</para></listitem>
</varlistentry>
</variablelist>
</para>