more doc tweaks

This commit is contained in:
Russ Cox 2009-07-12 18:33:37 -07:00
parent 2c5f7aba38
commit 00e571155c
4 changed files with 52 additions and 54 deletions

View file

@ -47,7 +47,7 @@
<h3>Sleep and wakeup - usage</h3>
Let's consider implementing a producer/consumer queue
(like a pipe) that can be used to hold a single non-null char pointer:
(like a pipe) that can be used to hold a single non-null pointer:
<pre>
struct pcq {