linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] futex.2: tfix
@ 2015-12-30 14:16 Jakub Wilk
       [not found] ` <1451485000-350-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Jakub Wilk @ 2015-12-30 14:16 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

---
 man2/futex.2 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man2/futex.2 b/man2/futex.2
index 7144bf1..8c6c023 100644
--- a/man2/futex.2
+++ b/man2/futex.2
@@ -88,7 +88,7 @@ on the same futex word.
 .\"     Totally ordered with respect futex operations refers to semantics
 .\"     of the ACQUIRE/RELEASE operations and how they impact ordering of
 .\"     memory reads and writes. The kernel futex operations are protected
-.\"     by spinlocks, which ensure that that all operations are serialized
+.\"     by spinlocks, which ensure that all operations are serialized
 .\"     with respect to one another.
 .\"
 .\"     This is a lot to attempt to define in this document. Perhaps a
@@ -125,11 +125,11 @@ wait operation.
 This
 .BR futex ()
 operation will block if and only if the lock is still acquired
-(i.e., the value in the futex word still matches the "acquiired state").
+(i.e., the value in the futex word still matches the "acquired state").
 When releasing the lock, a thread has to first reset the
 lock state to not acquired and then execute a futex
 operation that wakes threads blocked on the lock flag used as a futex word
-(this can be be further optimized to avoid unnecessary wake-ups).
+(this can be further optimized to avoid unnecessary wake-ups).
 See
 .BR futex (7)
 for more detail on how to use futexes.
-- 
2.6.4

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH 1/3] prctl.2: tfix
@ 2020-07-06  4:39 Jakub Wilk
  2020-07-06  4:39 ` [PATCH 3/3] Changes.old: tfix Jakub Wilk
  0 siblings, 1 reply; 8+ messages in thread
From: Jakub Wilk @ 2020-07-06  4:39 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Remove duplicated word.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 man2/prctl.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/prctl.2 b/man2/prctl.2
index 6c8fdd9f0..99bddd3cc 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -1558,7 +1558,7 @@ must all be zero.
 .IP
 On success, the mode specified in
 .I arg2
-is set for the calling thread and the the return value is 0.
+is set for the calling thread and the return value is 0.
 If the arguments are invalid,
 the mode specified in
 .I arg2
-- 
2.27.0


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

end of thread, other threads:[~2020-07-06 11:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-30 14:16 [PATCH 1/3] futex.2: tfix Jakub Wilk
     [not found] ` <1451485000-350-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2015-12-30 14:16   ` [PATCH 2/3] fcntl.2: tfix Jakub Wilk
     [not found]     ` <1451485000-350-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2015-12-30 19:36       ` Michael Kerrisk (man-pages)
2015-12-30 14:16   ` [PATCH 3/3] Changes.old: tfix Jakub Wilk
     [not found]     ` <1451485000-350-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2015-12-30 19:36       ` Michael Kerrisk (man-pages)
2015-12-30 19:36   ` [PATCH 1/3] futex.2: tfix Michael Kerrisk (man-pages)
  -- strict thread matches above, loose matches on Subject: below --
2020-07-06  4:39 [PATCH 1/3] prctl.2: tfix Jakub Wilk
2020-07-06  4:39 ` [PATCH 3/3] Changes.old: tfix Jakub Wilk
2020-07-06 11:41   ` Michael Kerrisk (man-pages)

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).