summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkira Yokosawa <akiyks@gmail.com>2021-03-28 08:56:37 -0700
committerPaul E. McKenney <paulmck@kernel.org>2021-03-28 08:56:37 -0700
commit405ad61f714abb323cec674387bc00935368a837 (patch)
tree3108ce4ddf9ba9a22b8b78ebeb0a879f898cc52d
parent0282c465ffe417cc098f09cb9e9ffbecfbe10dec (diff)
downloadperfbook-405ad61f714abb323cec674387bc00935368a837.tar.gz
together: Fix usage of \clnref{} for 'lines M and N'
Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--together/applyrcu.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/together/applyrcu.tex b/together/applyrcu.tex
index bafda4e2..fb8645ee 100644
--- a/together/applyrcu.tex
+++ b/together/applyrcu.tex
@@ -156,7 +156,7 @@ is invoked by each newly created thread.
On the other hand, \co{count_unregister_thread()} can result
in the outgoing thread's work being double counted.
This can happen when \co{read_count()} is invoked between
- lines~\Clnref{add} and~\Clnref{null}.
+ \clnref{add,null}.
There are efficient ways of avoiding this double-counting, but
these are left as an exercise for the reader.
\end{fcvref}