1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 02:55:20 +00:00

Fixed problem with unprotected <> chars

git-svn-id: svn://svn.cc65.org/cc65/trunk@3719 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2006-04-06 20:20:39 +00:00
parent cf30aa0764
commit 88e34c9903
2 changed files with 11 additions and 11 deletions

View File

@ -177,10 +177,10 @@ you cannot do it, it just means that there's no help.
interrupt driven, and the transceiver blocks if the receiver asserts
flow control because of a full buffer.
The driver defaults to slot 2. Call ser_ioctl(0, <slot>) prior to ser_open
in order to select a different slot. ser_ioctl succeeds for all Apple&nbsp;II
slots, but ser_open fails with SER_ERR_NO_DEVICE if there's no SSC firmware
found in the selected slot.
The driver defaults to slot 2. Call <tt/ser_ioctl(0, &lt;slot&gt;)/ prior to
<tt/ser_open/ in order to select a different slot. <tt/ser_ioctl/ succeeds
for all Apple&nbsp;II slots, but <tt/ser_open/ fails with
<tt/SER_ERR_NO_DEVICE/ if there's no SSC firmware found in the selected slot.
</descrip><p>

View File

@ -176,10 +176,10 @@ you cannot do it, it just means that there's no help.
interrupt driven, and the transceiver blocks if the receiver asserts
flow control because of a full buffer.
The driver defaults to slot 2. Call ser_ioctl(0, <slot>) prior to ser_open
in order to select a different slot. ser_ioctl succeeds for all Apple&nbsp;II
slots, but ser_open fails with SER_ERR_NO_DEVICE if there's no SSC firmware
found in the selected slot.
The driver defaults to slot 2. Call <tt/ser_ioctl(0, &lt;slot&gt;)/ prior to
<tt/ser_open/ in order to select a different slot. <tt/ser_ioctl/ succeeds
for all Apple&nbsp;II slots, but <tt/ser_open/ fails with
<tt/SER_ERR_NO_DEVICE/ if there's no SSC firmware found in the selected slot.
</descrip><p>