* [PATCH 1/3] getaddrinfo.3: tfix
@ 2016-02-28 0:32 Jakub Wilk
[not found] ` <1456619561-613-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Jakub Wilk @ 2016-02-28 0:32 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
man3/getaddrinfo.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3
index 7bf815a..f924cdf 100644
--- a/man3/getaddrinfo.3
+++ b/man3/getaddrinfo.3
@@ -232,7 +232,7 @@ for IPv4 addresses,
.BR IN6ADDR_ANY_INIT
for IPv6 address).
The wildcard address is used by applications (typically servers)
-that intend to accept connections on any of the hosts's network addresses.
+that intend to accept connections on any of the host's network addresses.
If
.I node
is not NULL, then the
--
2.7.0
--
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] 5+ messages in thread
* [PATCH 2/3] capabilities.7: tfix
[not found] ` <1456619561-613-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-02-28 0:32 ` Jakub Wilk
[not found] ` <1456619561-613-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-02-28 0:32 ` [PATCH 3/3] prctl.2: tfix Jakub Wilk
2016-02-28 13:39 ` [PATCH 1/3] getaddrinfo.3: tfix Michael Kerrisk (man-pages)
2 siblings, 1 reply; 5+ messages in thread
From: Jakub Wilk @ 2016-02-28 0:32 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
man7/capabilities.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man7/capabilities.7 b/man7/capabilities.7
index 6ba9987..26de609 100644
--- a/man7/capabilities.7
+++ b/man7/capabilities.7
@@ -1093,7 +1093,7 @@ operation.)
.TP
.B SECBIT_NO_SETUID_FIXUP
Setting this flag stops the kernel from adjusting capability sets when
-the threads's effective and filesystem UIDs are switched between
+the thread's effective and filesystem UIDs are switched between
zero and nonzero values.
(See the subsection
.IR "Effect of User ID Changes on Capabilities" .)
--
2.7.0
--
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] 5+ messages in thread
* [PATCH 3/3] prctl.2: tfix
[not found] ` <1456619561-613-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-02-28 0:32 ` [PATCH 2/3] capabilities.7: tfix Jakub Wilk
@ 2016-02-28 0:32 ` Jakub Wilk
2016-02-28 13:39 ` [PATCH 1/3] getaddrinfo.3: tfix Michael Kerrisk (man-pages)
2 siblings, 0 replies; 5+ messages in thread
From: Jakub Wilk @ 2016-02-28 0:32 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
man2/prctl.2 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/man2/prctl.2 b/man2/prctl.2
index 5cea3bb..1417a15 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -311,9 +311,9 @@ in the location pointed to by
.TP
.BR PR_SET_KEEPCAPS " (since Linux 2.2.18)"
Set the state of the thread's "keep capabilities" flag,
-which determines whether the threads's permitted
-capability set is cleared when a change is made to the threads's user IDs
-such that the threads's real UID, effective UID, and saved set-user-ID
+which determines whether the thread's permitted
+capability set is cleared when a change is made to the thread's user IDs
+such that the thread's real UID, effective UID, and saved set-user-ID
all become nonzero when at least one of them previously had the value 0.
By default, the permitted capability set is cleared when such a change is made;
setting the "keep capabilities" flag prevents it from being cleared.
@@ -328,7 +328,7 @@ The "keep capabilities" value will be reset to 0 on subsequent calls to
.BR execve (2).
.TP
.BR PR_GET_KEEPCAPS " (since Linux 2.2.18)"
-Return (as the function result) the current state of the calling threads's
+Return (as the function result) the current state of the calling thread's
"keep capabilities" flag.
.TP
.BR PR_MCE_KILL " (since Linux 2.6.32)"
--
2.7.0
--
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] 5+ messages in thread
* Re: [PATCH 1/3] getaddrinfo.3: tfix
[not found] ` <1456619561-613-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-02-28 0:32 ` [PATCH 2/3] capabilities.7: tfix Jakub Wilk
2016-02-28 0:32 ` [PATCH 3/3] prctl.2: tfix Jakub Wilk
@ 2016-02-28 13:39 ` Michael Kerrisk (man-pages)
2 siblings, 0 replies; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-02-28 13:39 UTC (permalink / raw)
To: Jakub Wilk
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 02/28/2016 01:32 AM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
Thanks, Jakub. Applied.
Cheers,
Michael
> ---
> man3/getaddrinfo.3 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3
> index 7bf815a..f924cdf 100644
> --- a/man3/getaddrinfo.3
> +++ b/man3/getaddrinfo.3
> @@ -232,7 +232,7 @@ for IPv4 addresses,
> .BR IN6ADDR_ANY_INIT
> for IPv6 address).
> The wildcard address is used by applications (typically servers)
> -that intend to accept connections on any of the hosts's network addresses.
> +that intend to accept connections on any of the host's network addresses.
> If
> .I node
> is not NULL, then the
>
--
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] 5+ messages in thread
* Re: [PATCH 2/3] capabilities.7: tfix
[not found] ` <1456619561-613-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-02-28 13:40 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-02-28 13:40 UTC (permalink / raw)
To: Jakub Wilk
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 02/28/2016 01:32 AM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
Thanks, Jakub. Applied.
Cheers,
Michael
> ---
> man7/capabilities.7 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man7/capabilities.7 b/man7/capabilities.7
> index 6ba9987..26de609 100644
> --- a/man7/capabilities.7
> +++ b/man7/capabilities.7
> @@ -1093,7 +1093,7 @@ operation.)
> .TP
> .B SECBIT_NO_SETUID_FIXUP
> Setting this flag stops the kernel from adjusting capability sets when
> -the threads's effective and filesystem UIDs are switched between
> +the thread's effective and filesystem UIDs are switched between
> zero and nonzero values.
> (See the subsection
> .IR "Effect of User ID Changes on Capabilities" .)
>
--
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] 5+ messages in thread
end of thread, other threads:[~2016-02-28 13:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-28 0:32 [PATCH 1/3] getaddrinfo.3: tfix Jakub Wilk
[not found] ` <1456619561-613-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-02-28 0:32 ` [PATCH 2/3] capabilities.7: tfix Jakub Wilk
[not found] ` <1456619561-613-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-02-28 13:40 ` Michael Kerrisk (man-pages)
2016-02-28 0:32 ` [PATCH 3/3] prctl.2: tfix Jakub Wilk
2016-02-28 13:39 ` [PATCH 1/3] getaddrinfo.3: tfix 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).