Skip to content

Commit eec9ee5

Browse files
committed
\defn only once. Use \term in the other case
Signed-off-by: Matthias Kretz <[email protected]>
1 parent 2a4e57f commit eec9ee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/taskblock.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
dereferencing such a pointer results in undefined behavior.
9191

9292
\pnum
93-
A \tcode{task_block} is \defn{active} if it was created by the \defn{nearest
94-
enclosing} \defn{task block}, where \defn{task block} refers to an invocation
93+
A \tcode{task_block} is \defn{active} if it was created by the \term{nearest
94+
enclosing} \term{task block}, where \defn{task block} refers to an invocation
9595
of \tcode{define_task_block} or \tcode{define_task_block_restore_thread} and
9696
\defn{nearest enclosing} means the most recent invocation that has not yet
9797
completed. Code designated for execution in another thread by means other

0 commit comments

Comments
 (0)