* [PATCH 1/2] capabilities.7: pfix
@ 2013-03-16 21:37 David Prévot
[not found] ` <1363469864-1679-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: David Prévot @ 2013-03-16 21:37 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot
---
man7/capabilities.7 | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/man7/capabilities.7 b/man7/capabilities.7
index 19a7309..61a340e 100644
--- a/man7/capabilities.7
+++ b/man7/capabilities.7
@@ -190,13 +190,13 @@ Perform various network-related operations:
.IP * 2
interface configuration;
.IP *
-administration of IP firewall, masquerading, and accounting
+administration of IP firewall, masquerading, and accounting;
.IP *
modify routing tables;
.IP *
bind to any address for transparent proxying;
.IP *
-set type-of-service (TOS)
+set type-of-service (TOS);
.IP *
clear driver statistics;
.IP *
@@ -368,7 +368,7 @@ employ the
.B TIOCSTI
.BR ioctl (2)
to insert characters into the input queue of a terminal other than
-the caller's controlling terminal.
+the caller's controlling terminal;
.IP *
employ the obsolete
.BR nfsservctl (2)
@@ -482,7 +482,7 @@ employ the
operation;
.IP *
open devices for accessing x86 model-specific registers (MSRs, see
-.BR msr (4))
+.BR msr (4));
.IP *
update
.IR /proc/sys/vm/mmap_min_addr ;
@@ -549,7 +549,7 @@ override the
limit when setting the capacity of a pipe using the
.B F_SETPIPE_SZ
.BR fcntl (2)
-command.
+command;
.IP *
use
.BR F_SETPIPE_SZ
--
1.7.10.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] 4+ messages in thread
* [PATCH 2/2] capabilities.7: ffix
[not found] ` <1363469864-1679-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2013-03-16 21:37 ` David Prévot
[not found] ` <1363469864-1679-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-03-17 7:08 ` [PATCH 1/2] capabilities.7: pfix Michael Kerrisk (man-pages)
1 sibling, 1 reply; 4+ messages in thread
From: David Prévot @ 2013-03-16 21:37 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot
---
man7/capabilities.7 | 1 +
1 file changed, 1 insertion(+)
diff --git a/man7/capabilities.7 b/man7/capabilities.7
index 61a340e..768c026 100644
--- a/man7/capabilities.7
+++ b/man7/capabilities.7
@@ -565,6 +565,7 @@ employ
.BR prctl (2)
.B PR_SET_MM
operation;
+.IP *
set
.IR /proc/PID/oom_score_adj
to a value lower than the value last set by a process with
--
1.7.10.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] 4+ messages in thread
* Re: [PATCH 2/2] capabilities.7: ffix
[not found] ` <1363469864-1679-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2013-03-17 7:07 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2013-03-17 7:07 UTC (permalink / raw)
To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Thanks David. Applied.
On Sat, Mar 16, 2013 at 10:37 PM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
> ---
> man7/capabilities.7 | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/man7/capabilities.7 b/man7/capabilities.7
> index 61a340e..768c026 100644
> --- a/man7/capabilities.7
> +++ b/man7/capabilities.7
> @@ -565,6 +565,7 @@ employ
> .BR prctl (2)
> .B PR_SET_MM
> operation;
> +.IP *
> set
> .IR /proc/PID/oom_score_adj
> to a value lower than the value last set by a process with
> --
> 1.7.10.4
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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] 4+ messages in thread
* Re: [PATCH 1/2] capabilities.7: pfix
[not found] ` <1363469864-1679-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-03-16 21:37 ` [PATCH 2/2] capabilities.7: ffix David Prévot
@ 2013-03-17 7:08 ` Michael Kerrisk (man-pages)
1 sibling, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2013-03-17 7:08 UTC (permalink / raw)
To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Thanks David. Applied.
On Sat, Mar 16, 2013 at 10:37 PM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
> ---
> man7/capabilities.7 | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/man7/capabilities.7 b/man7/capabilities.7
> index 19a7309..61a340e 100644
> --- a/man7/capabilities.7
> +++ b/man7/capabilities.7
> @@ -190,13 +190,13 @@ Perform various network-related operations:
> .IP * 2
> interface configuration;
> .IP *
> -administration of IP firewall, masquerading, and accounting
> +administration of IP firewall, masquerading, and accounting;
> .IP *
> modify routing tables;
> .IP *
> bind to any address for transparent proxying;
> .IP *
> -set type-of-service (TOS)
> +set type-of-service (TOS);
> .IP *
> clear driver statistics;
> .IP *
> @@ -368,7 +368,7 @@ employ the
> .B TIOCSTI
> .BR ioctl (2)
> to insert characters into the input queue of a terminal other than
> -the caller's controlling terminal.
> +the caller's controlling terminal;
> .IP *
> employ the obsolete
> .BR nfsservctl (2)
> @@ -482,7 +482,7 @@ employ the
> operation;
> .IP *
> open devices for accessing x86 model-specific registers (MSRs, see
> -.BR msr (4))
> +.BR msr (4));
> .IP *
> update
> .IR /proc/sys/vm/mmap_min_addr ;
> @@ -549,7 +549,7 @@ override the
> limit when setting the capacity of a pipe using the
> .B F_SETPIPE_SZ
> .BR fcntl (2)
> -command.
> +command;
> .IP *
> use
> .BR F_SETPIPE_SZ
> --
> 1.7.10.4
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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] 4+ messages in thread
end of thread, other threads:[~2013-03-17 7:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-16 21:37 [PATCH 1/2] capabilities.7: pfix David Prévot
[not found] ` <1363469864-1679-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-03-16 21:37 ` [PATCH 2/2] capabilities.7: ffix David Prévot
[not found] ` <1363469864-1679-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-03-17 7:07 ` Michael Kerrisk (man-pages)
2013-03-17 7:08 ` [PATCH 1/2] capabilities.7: pfix 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