documentation: refer to rcu-api.txt
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 15 May 2012 03:01:06 +0000 (23:01 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 15 May 2012 03:01:06 +0000 (23:01 -0400)
API.txt moved to userspace-rcu documentation rcu-api.txt.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
README
urcu-call-rcu.h

diff --git a/README b/README
index 104ef2ab4eb481383b19c89dd7619b077d948680..659de17d028c8e4ebbabed65b97ee1e3814cf99a 100644 (file)
--- a/README
+++ b/README
@@ -172,7 +172,7 @@ Usage of urcu-call-rcu
          grace periods.  A number of additional functions are provided
          to manage the helper threads used by call_rcu(), but reasonable
          defaults are used if these additional functions are not invoked.
-         See API.txt for more details.
+         See rcu-api.txt in userspace-rcu documentation for more details.
 
 Being careful with signals
 
index b109f4e4d16f250b1f5fdcb2e01e196f3539f238..f7eac8de964d56d717cfc5b48432f57c16fc32f9 100644 (file)
@@ -62,9 +62,9 @@ struct rcu_head {
 /*
  * Exported functions
  *
- * Important: see userspace RCU API.txt for call_rcu family of functions
- * usage detail, including the surrounding RCU usage required when using
- * these primitives.
+ * Important: see rcu-api.txt in userspace-rcu documentation for
+ * call_rcu family of functions usage detail, including the surrounding
+ * RCU usage required when using these primitives.
  */
 
 void call_rcu(struct rcu_head *head,
This page took 0.025516 seconds and 4 git commands to generate.