* [PATCH 1/1] futex.7: remove commonplace
@ 2015-02-17 9:44 Heinrich Schuchardt
[not found] ` <1424166247-6446-1-git-send-email-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Heinrich Schuchardt @ 2015-02-17 9:44 UTC (permalink / raw)
To: Michael Kerrisk (man-pages)
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Heinrich Schuchardt
The sentence is true for all man-pages. Remove it.
Signed-off-by: Heinrich Schuchardt <xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
---
man7/futex.7 | 3 ---
1 file changed, 3 deletions(-)
diff --git a/man7/futex.7 b/man7/futex.7
index c3c57f0..c829886 100644
--- a/man7/futex.7
+++ b/man7/futex.7
@@ -24,9 +24,6 @@ Futexes are very basic and lend themselves well for building higher-level
locking abstractions such as
mutexes, condition variables, read-write locks, barriers, and semaphores.
.PP
-This page does not set out to document all design decisions
-but restricts itself to issues relevant for
-application and library development.
Most programmers will in fact not be using futexes directly but will
instead rely on system libraries built on them,
such as the Native POSIX Thread Library (NPTL) (see
--
2.1.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] 3+ messages in thread
* Re: [PATCH 1/1] futex.7: remove commonplace
[not found] ` <1424166247-6446-1-git-send-email-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
@ 2015-02-21 7:59 ` Michael Kerrisk (man-pages)
2015-02-21 12:31 ` Michael Kerrisk (man-pages)
1 sibling, 0 replies; 3+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-02-21 7:59 UTC (permalink / raw)
To: Heinrich Schuchardt
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 02/17/2015 10:44 AM, Heinrich Schuchardt wrote:
> The sentence is true for all man-pages. Remove it.
Thanks, Heinrich. Applied.
Cheers,
Michael
> Signed-off-by: Heinrich Schuchardt <xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
> ---
> man7/futex.7 | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/man7/futex.7 b/man7/futex.7
> index c3c57f0..c829886 100644
> --- a/man7/futex.7
> +++ b/man7/futex.7
> @@ -24,9 +24,6 @@ Futexes are very basic and lend themselves well for building higher-level
> locking abstractions such as
> mutexes, condition variables, read-write locks, barriers, and semaphores.
> .PP
> -This page does not set out to document all design decisions
> -but restricts itself to issues relevant for
> -application and library development.
> Most programmers will in fact not be using futexes directly but will
> instead rely on system libraries built on them,
> such as the Native POSIX Thread Library (NPTL) (see
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
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 [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] futex.7: remove commonplace
[not found] ` <1424166247-6446-1-git-send-email-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
2015-02-21 7:59 ` Michael Kerrisk (man-pages)
@ 2015-02-21 12:31 ` Michael Kerrisk (man-pages)
1 sibling, 0 replies; 3+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-02-21 12:31 UTC (permalink / raw)
To: Heinrich Schuchardt
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 02/17/2015 10:44 AM, Heinrich Schuchardt wrote:
> The sentence is true for all man-pages. Remove it.
Thanks, Heinrich. Applied.
Cheers,
Michael
> Signed-off-by: Heinrich Schuchardt <xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
> ---
> man7/futex.7 | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/man7/futex.7 b/man7/futex.7
> index c3c57f0..c829886 100644
> --- a/man7/futex.7
> +++ b/man7/futex.7
> @@ -24,9 +24,6 @@ Futexes are very basic and lend themselves well for building higher-level
> locking abstractions such as
> mutexes, condition variables, read-write locks, barriers, and semaphores.
> .PP
> -This page does not set out to document all design decisions
> -but restricts itself to issues relevant for
> -application and library development.
> Most programmers will in fact not be using futexes directly but will
> instead rely on system libraries built on them,
> such as the Native POSIX Thread Library (NPTL) (see
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
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 [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-21 12:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-17 9:44 [PATCH 1/1] futex.7: remove commonplace Heinrich Schuchardt
[not found] ` <1424166247-6446-1-git-send-email-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
2015-02-21 7:59 ` Michael Kerrisk (man-pages)
2015-02-21 12:31 ` Michael Kerrisk (man-pages)
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.