Use endash for a range of things (in this case a range of code). Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- defer/rcuintro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defer/rcuintro.tex b/defer/rcuintro.tex index 39f33650..c5f2663b 100644 --- a/defer/rcuintro.tex +++ b/defer/rcuintro.tex @@ -197,7 +197,7 @@ The full API is covered in \cref{sec:defer:RCU Linux-Kernel API}. Three members of the core APIs are used by readers. The \apik{rcu_read_lock()} and \apik{rcu_read_unlock()} functions delimit RCU read-side critical sections. -These may be nested, so that one \co{rcu_read_lock()}-\co{rcu_read_unlock()} +These may be nested, so that one \co{rcu_read_lock()}--\co{rcu_read_unlock()} pair can be enclosed within another. In this case, the nested set of RCU read-side critical section act as one large critical section covering the full extent of the nested set. -- 2.17.1