summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2023-12-02 09:26:12 -0800
committerPaul E. McKenney <paulmck@kernel.org>2023-12-02 11:25:42 -0800
commit2784f34c91968bd6521bdf05e89368821acd6d41 (patch)
tree62cd22c09aac2261d7f7c67bd1f57136b4a48193
parenta699ea48d33cb15515de63d37971b98949342ba5 (diff)
downloadperfbook-2784f34c91968bd6521bdf05e89368821acd6d41.tar.gz
future/htm: Use \co{} in favor of $$
A sentence in htm.tex is using $$ for a code snippet. Use \co{} instead. Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--future/htm.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/future/htm.tex b/future/htm.tex
index 7a5e4ed3..fd5a81d1 100644
--- a/future/htm.tex
+++ b/future/htm.tex
@@ -628,7 +628,7 @@ semantics of locking, but loses locking's time-based messaging semantics.
When worker threads complete their feed, they must disentangle
themselves from the rest of the application and place a status
value in a per-thread \co{my_status} variable that is initialized
- to $-1$.
+ to \co{-1}.
Threads do not exit; they instead are placed on a thread pool
to accommodate later processing requirements.
The control thread assigns (and re-assigns) worker threads as