From: Mathieu Desnoyers Date: Tue, 15 May 2012 03:01:06 +0000 (-0400) Subject: documentation: refer to rcu-api.txt X-Git-Tag: v0.7.0~9 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=37a9ce52a8fd0c9d1c6843ab12143db927209387;hp=fe999c058bf1c1595890e9d71aacc6decc64bb49 documentation: refer to rcu-api.txt API.txt moved to userspace-rcu documentation rcu-api.txt. Signed-off-by: Mathieu Desnoyers --- diff --git a/README b/README index 104ef2a..659de17 100644 --- 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 diff --git a/urcu-call-rcu.h b/urcu-call-rcu.h index b109f4e..f7eac8d 100644 --- a/urcu-call-rcu.h +++ b/urcu-call-rcu.h @@ -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,