summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhouyi Zhou <zhouzhouyi@gmail.com>2024-01-01 09:56:27 +0800
committerPaul E. McKenney <paulmck@kernel.org>2024-01-03 14:02:46 -0800
commit1ea46c6d43475fbdf97404dec28a58036d505bc3 (patch)
treeec57d610e26a48e28d75096c67c0517cb4da482c
parenta9c41f82c76aee9d994f5fee6640c7b97287d22b (diff)
downloadperfbook-1ea46c6d43475fbdf97404dec28a58036d505bc3.tar.gz
toolsoftrade: fix a typo: manpages should be man pages
According to [1][2], manpages should be man pages or man-pages. [1] https://en.wikipedia.org/wiki/Man_page [2] https://www.kernel.org/doc/man-pages/ Signed-off-by: Zhouyi Zhou <zhouzhouyi@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--toolsoftrade/toolsoftrade.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
index 645ee74b..097c18d6 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -308,7 +308,7 @@ Parent process sees x=0
(such as \co{mmap()} and \co{shmget()}).
In the meantime, there are any number of textbooks that cover
these primitives in great detail,
- and the truly motivated can read manpages, existing parallel
+ and the truly motivated can read man pages, existing parallel
applications using these primitives, as well as the
source code of the Linux-kernel implementations themselves.