Re: [PATCH -perfbook V2] toolsoftrade: fix a typo: manpages should be man pages
"Paul E. McKenney" <[email protected]>
| Newsgroups | org.kernel.vger.perfbook |
|---|---|
| Message-ID | <f722d847-829e-499a-8123-d32cba55edbf@paulmck-laptop> |
On Mon, Jan 01, 2024 at 09:56:27AM +0800, [email protected] wrote: > From: Zhouyi Zhou <[email protected]> > > 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 <[email protected]> > --- > "From:" and "Signed-off-by:" match as suggested by Akira > Thanks, Zhouyi I have replaced the previous commit with this one, thank you both! Thanx, Paul > -- > toolsoftrade/toolsoftrade.tex | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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. > > -- > 2.34.1 >