about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-23 16:31:16 -0800
committerEric Wong <normalperson@yhbt.net>2011-02-23 16:31:50 -0800
commit909cf19949cab04cd7c223830e93291f1d5517f5 (patch)
tree660f06c2ba8c27ac0d995adf415870f09f88a618 /README
parentaf97f65ef9968f3f365b85e262965b5fd3c6776c (diff)
downloadruby_posix_mq-909cf19949cab04cd7c223830e93291f1d5517f5.tar.gz
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 2b217d2..9d83f1d 100644
--- a/README
+++ b/README
@@ -64,7 +64,7 @@ kernel module before attempting to use POSIX message queues:
 
     kldload mqueuefs
 
-Our API matches the C api closely, see the RDoc for full API
+Our API matches the POSIX C API closely, see the RDoc for full API
 documentation.  Here is an example of a process communicating
 with itself.  In practice, processes that send will be different
 from processes that receive.