summaryrefslogtreecommitdiffstats
path: root/srfi
diff options
context:
space:
mode:
authorGravatar Wolfgang Corcoran-Mathe 2021-11-11 13:01:58 -0500
committerGravatar Arthur A. Gleckler 2021-11-11 10:08:45 -0800
commitf567f6b52ed4de80dfaa601e83fbaf0c607c3439 (patch)
tree824ba84dfc9f07eff04d82765d91a460f6e65da7 /srfi
parentPublish fourth draft. (diff)
Fix typos in examples.
Diffstat (limited to '')
-rw-r--r--srfi-225.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/srfi-225.html b/srfi-225.html
index ab0dd42..657cdcd 100644
--- a/srfi-225.html
+++ b/srfi-225.html
@@ -105,7 +105,7 @@ Consequently, previous examples don't affect later ones.
(dict-set aed dict 7 8) =>
((7 . 8) (1 . 2) (3 . 4) (5 . 6))
(dict-set aed dict 3 5) =>
- ((3 . 5) (1 . 2) (3 . 4) (5 . 6)</pre></blockquote>
+ ((3 . 5) (1 . 2) (3 . 4) (5 . 6))</pre></blockquote>
<p><code>(dict-adjoin</code>&nbsp;<em>dtd dict objs</em><code>)</code><br>
<code>(dict-adjoin!</code>&nbsp;<em>dtd dict objs</em><code>)</code></p>
<p>Returns a dictionary that contains all the associations of <em>dict</em> plus those specified by <em>objs</em>, which alternate between keys and values. If a key to be added already exists in <em>dict</em>, the old value prevails.</p>
@@ -113,7 +113,7 @@ Consequently, previous examples don't affect later ones.
(dict-adjoin aed dict 7 8) =&gt;
((7 . 8) (1 . 2) (3 . 4) (5 . 6))
(dict-adjoin aed dict 3 5) =&gt;
-; ((1 . 2) (3 . 4) (5 . 6)</pre></blockquote>
+ ((1 . 2) (3 . 4) (5 . 6))</pre></blockquote>
<p><code>(dict-delete</code>&nbsp;<em>dtd dict key</em> …<code>)</code><br>
<code>(dict-delete!</code>&nbsp;<em>dtd dict key</em> …<code>)</code></p>
<p>Returns a dictionary that contains all the associations of <em>dict</em> except those whose keys are the same as one of the <em>keys</em>.</p>
@@ -121,7 +121,7 @@ Consequently, previous examples don't affect later ones.
(dict-delete aed dict 1 3) =&gt;
((5. 6)) ; may share
(dict-delete aed dict 5) =&gt;
- ((1 . 2) (3 . 4)</pre></blockquote>
+ ((1 . 2) (3 . 4))</pre></blockquote>
<p><code>(dict-delete-all</code>&nbsp;<em>dtd dict keylist</em><code>)</code><br>
<code>(dict-delete-all!</code>&nbsp;<em>dtd dict keylist</em><code>)</code></p>
<p>Returns a dictionary with all the associations of <em>dict</em> except those whose keys are the same as some member of <em>keylist</em>.</p>
subject'>oops, irq_interval needs to be signedGravatar anonymous 1-1/+1 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@97 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; ↵Gravatar anonymous 3-124/+48 brought kernel-raw1394.h back in sync with the kernel version git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@96 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 - changed return type of rawiso xmit/recv handlers from int to enum raw1394_iso_disposition - added an ioctl (RAW1394_ISO_QUEUE_ACTIVITY) to force an ISO_ACTIVITY event into the queue. This is needed for handling RAW1394_ISO_DEFER, to kick us out of the next read() instead of sleeping forever. - removed references to "8-byte" isochronous header - this is an OHCI-specific implementation detail git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@95 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@94 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@93 53a565d1-3bb7-0310-b661-cf11e63c67ab