public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clone.2: tfix: spurious comma
@ 2023-08-11  4:23 Sambit Nayak
  2023-08-12 17:59 ` Alejandro Colomar
  0 siblings, 1 reply; 2+ messages in thread
From: Sambit Nayak @ 2023-08-11  4:23 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: linux-man, Sambit Nayak

I spotted a spurious comma when reading this man page, hence I'm
suggesting this fix.


Signed-off-by: Sambit Nayak <sambitnayak@gmail.com>
---
 man2/clone.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/clone.2 b/man2/clone.2
index 4c5b4ac6b..b91b71831 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -111,7 +111,7 @@ The newer
 system call.
 .PP
 In the remainder of this page, the terminology "the clone call" is used
-when noting details that apply to all of these interfaces,
+when noting details that apply to all of these interfaces.
 .\"
 .SS The clone() wrapper function
 When the child process is created with the
-- 
2.25.1


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

end of thread, other threads:[~2023-08-12 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11  4:23 [PATCH] clone.2: tfix: spurious comma Sambit Nayak
2023-08-12 17:59 ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox