Hi Zhouyi, On 2023/12/31 9:25, Paul E. McKenney wrote: > On Sun, Dec 31, 2023 at 08:11:07AM +0800, Zhouyi Zhou wrote: >> On Sun, Dec 31, 2023 at 7:59 AM Paul E. McKenney <paulmck@xxxxxxxxxx> wrote: >>> >>> On Sat, Dec 30, 2023 at 04:59:29PM +0800, zhouzhouyi@xxxxxxxxx wrote: >>>> From: Zhouyi Zhou <zhouyi.zhou@xxxxxxxxxxx> >>>> >>>> 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@xxxxxxxxx> You used mismatching email addresses in From: and Signed-off-by: Technically, they need to match. My guess is you intended the one at @ucas.com.cn for this patch. If this is the case, you need to provide a Signed-off-by: with the right address. Thanks, Akira >>> >>> I am happy either way, having seen it spelled both ways for some decades. >>> But those two references are good standardization points. >> Thanks Paul for supporting my point of view ;-) >>> >>> And before I queue this, did this also come from our Chinese editor? >>> If so, should she be credited? >> This modification was proposed by me independently ;-) > > Very good, queued and pushed, thank you! > > > Thanx, Paul > >> Thanx, Zhouyi >>> >>>> --- >>>> 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 >>>>