From 57e96b00ede3965572b772820c7a24d3610769d5 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Mon, 15 Apr 2013 22:17:48 -0400 Subject: [PATCH] doc/ck_pr: Additional improvements to ck_pr_load manual page. --- doc/ck_pr_load | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/ck_pr_load b/doc/ck_pr_load index c7f23e0..3a0406b 100644 --- a/doc/ck_pr_load +++ b/doc/ck_pr_load @@ -54,12 +54,12 @@ Concurrency Kit (libck, \-lck) .Sh DESCRIPTION The .Fn ck_pr_load 3 -family of functions will atomically load the value +family of functions atomically loads the value pointed to by .Fa target -and return it. This family of functions will always -serve as implicit compiler barriers and will under-go -re-ordering by the compiler. +and returns it. This family of functions always +serves as an implicit compiler barrier and is not +susceptible to re-ordering by the compiler. .Sh RETURN VALUES This family of functions returns the value contained in the location pointed to by the first argument.