perfbook.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -perfbook V2] toolsoftrade: fix a typo: manpages should be man pages
@ 2024-01-01  1:56 zhouzhouyi
  2024-01-03 22:05 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: zhouzhouyi @ 2024-01-01  1:56 UTC (permalink / raw)
  To: paulmck, akiyks, perfbook; +Cc: Zhouyi Zhou

From: Zhouyi Zhou <zhouzhouyi@gmail.com>

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>
---
"From:" and "Signed-off-by:" match as suggested by Akira
Thanks, 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -perfbook V2] toolsoftrade: fix a typo: manpages should be man pages
  2024-01-01  1:56 [PATCH -perfbook V2] toolsoftrade: fix a typo: manpages should be man pages zhouzhouyi
@ 2024-01-03 22:05 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2024-01-03 22:05 UTC (permalink / raw)
  To: zhouzhouyi; +Cc: akiyks, perfbook

On Mon, Jan 01, 2024 at 09:56:27AM +0800, zhouzhouyi@gmail.com wrote:
> From: Zhouyi Zhou <zhouzhouyi@gmail.com>
> 
> 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>
> ---
> "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
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-03 22:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-01  1:56 [PATCH -perfbook V2] toolsoftrade: fix a typo: manpages should be man pages zhouzhouyi
2024-01-03 22:05 ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).