README: document each API file
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 26 Jan 2013 15:51:31 +0000 (10:51 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 26 Jan 2013 15:51:31 +0000 (10:51 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
README

diff --git a/README b/README
index 9554d2141875289a8e1ef3fb7b1df9a7f5145ba3..e676757edf1b45cb56fbbe47aafcc2882eb1da45 100644 (file)
--- a/README
+++ b/README
@@ -73,11 +73,11 @@ API
 See the relevant API documentation files in doc/. The APIs provided by
 Userspace RCU are, by prefix:
 
-- rcu_ : Read-Copy Update
+- rcu_ : Read-Copy Update (see doc/rcu-api.txt)
 - cmm_ : Concurrent Memory Model
 - caa_ : Concurrent Architecture Abstraction
-- cds_ : Concurrent Data Structures
-- uatomic_: Userspace Atomic
+- cds_ : Concurrent Data Structures (see doc/cds-api.txt)
+- uatomic_: Userspace Atomic (see doc/uatomic-api.txt)
 
 
 QUICK START GUIDE
This page took 0.025201 seconds and 4 git commands to generate.