From: SeongJae Park <sj38.park@xxxxxxxxx> In 'debugging/', 'git' is a command and 'Fixes:' is a string in command output, which usually enclosed via '\co{}', but those are enclosed with '\emph{}'. Use '\co{}' instead for being more consistent. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- debugging/debugging.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debugging/debugging.tex b/debugging/debugging.tex index 3104bb95..3ce74469 100644 --- a/debugging/debugging.tex +++ b/debugging/debugging.tex @@ -862,8 +862,8 @@ by the author's invalid assumptions, and who might also test the code. hackers of harboring??? }\QuickQuizAnswer{ Those wishing a complete answer to this question are encouraged - to search the Linux kernel \emph{git} repository for commits - containing the string ``Fixes:''. + to search the Linux kernel \co{git} repository for commits + containing the string \co{Fixes:}. There were many thousands of them just in the year 2020, including fixes for the following invalid assumptions: -- 2.17.1