From: SeongJae Park <sj38.park@gmail.com>
To: paulmck@linux.vnet.ibm.com
Cc: perfbook@vger.kernel.org, SeongJae Park <sj38.park@gmail.com>
Subject: [PATCH 2/2] toolsoftrade: Use `\path{}` for filename
Date: Mon, 5 Feb 2018 07:11:35 +0900 [thread overview]
Message-ID: <20180204221135.1001-2-sj38.park@gmail.com> (raw)
In-Reply-To: <20180204221135.1001-1-sj38.park@gmail.com>
A file name in toolsoftrade chapter is using `\co{}`. This commit fixes
it to use `\path{}` instead as 'Style Guide' chapter mentions.
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
toolsoftrade/toolsoftrade.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
index ac25855..1ac7a34 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -107,7 +107,7 @@ grep $pattern1 | sed -e 's/a/b/' | sort
For a sufficiently large input file,
\co{grep} will pattern-match in parallel with \co{sed}
editing and with the input processing of \co{sort}.
- See the file \co{parallel.sh} for a demonstration of
+ See the file \path{parallel.sh} for a demonstration of
shell-script parallelism and pipelining.
} \QuickQuizEnd
--
2.10.0
next prev parent reply other threads:[~2018-02-04 22:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-04 22:11 [PATCH 1/2] toolsoftrade: Add a missed unbreakable space for line number SeongJae Park
2018-02-04 22:11 ` SeongJae Park [this message]
2018-02-05 1:32 ` Paul E. McKenney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180204221135.1001-2-sj38.park@gmail.com \
--to=sj38.park@gmail.com \
--cc=paulmck@linux.vnet.ibm.com \
--cc=perfbook@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.