Jos Koot points out an editing error in the 'Pitfalls' discussion of stream comparison using eq?, eqv? and equal?.  The example that reads (define s ((lambda () stream-null))) should instead read (define s ((stream-lambda () stream-null))), using stream-lambda instead of normal lambda.  I'll make the change before the srfi becomes final.