From 04a680225044734267691efa98669ce080d39b17 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Wed, 17 Jul 2013 22:27:44 -0400 Subject: [PATCH] doc: Fix ck_rwcohort warnings. --- doc/ck_rwcohort | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/ck_rwcohort b/doc/ck_rwcohort index 5656071..673261d 100644 --- a/doc/ck_rwcohort +++ b/doc/ck_rwcohort @@ -49,15 +49,14 @@ Note: the wait_limit argument should be omitted for locks using the neutral stra "void *global_context" "void *local_context" .Fn CK_RWCOHORT_STRATEGY_WRITE_UNLOCK "COHORT_NAME cohort_name" "RWCOHORT lock" "COHORT cohort" \ "void *global_context" "void *local_context" - +.Pp Arguments of type RWCOHORT must be pointers to structs defined using the .Xr CK_RWCOHORT_STRATEGY_PROTOTYPE 3 macro with the same strategy and cohort name as the current call. - +.Pp Arguments of type COHORT must be pointers to structs defined using the .Xr CK_COHORT_PROTOTYPE 3 macro. - .Sh DESCRIPTION ck_rwcohort.h provides an interface for defining reader-writer locks that use cohort locks internally to increase performance on NUMA