]> git.sur5r.net Git - cc65/commitdiff
Fixed problem with unprotected <> chars
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 6 Apr 2006 20:20:39 +0000 (20:20 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 6 Apr 2006 20:20:39 +0000 (20:20 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3719 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/apple2.sgml
doc/apple2enh.sgml

index e933d49fb36d60ffb2a316ce87872a244d091dcb..5209c60af694a453c8f21db4815ae873f4366497 100644 (file)
@@ -159,7 +159,7 @@ you cannot do it, it just means that there's no help.
   to be linked with <tt/--start-addr $4000/ to reserve the first hires page
   if they are intended to run on an Apple&nbsp;&rsqb;&lsqb; (in contrast to
   an Apple&nbsp;//e).
-  
+
   Note that the Apple&nbsp;&rsqb;&lsqb; default mouse callbacks support text
   mode only.
 
@@ -176,11 +176,11 @@ you cannot do it, it just means that there's no help.
   that because of the peculiarities of the 6551 chip transmits are not
   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>
 
index 8d4bb4e96d60bc74cbd3a6cb1d553538087f6289..a98a91e55f415d13971a6f8927cd42a2f65bb4b4 100644 (file)
@@ -158,7 +158,7 @@ you cannot do it, it just means that there's no help.
   Driver for the AppleMouse&nbsp;II Card. Searches all Apple&nbsp;II slots
   for an AppleMouse&nbsp;II Card compatible firmware. The default bounding
   box is &lsqb;0..279,0..191&rsqb;.
-  
+
   Note that the enhanced&nbsp;Apple&nbsp;//e default mouse callbacks support
   text mode only.
 
@@ -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>