From 37a9ce52a8fd0c9d1c6843ab12143db927209387 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 14 May 2012 23:01:06 -0400 Subject: [PATCH] documentation: refer to rcu-api.txt API.txt moved to userspace-rcu documentation rcu-api.txt. Signed-off-by: Mathieu Desnoyers --- README | 2 +- urcu-call-rcu.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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, -- 2.34.1