public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 04/15] prctl.2, seccomp.2: update pointer to in-kernel seccomp documentation
@ 2017-09-11  3:03 Eugene Syromyatnikov
       [not found] ` <20170911030356.GA29899-ZbobWygYI+YXGNroddHbYwC/G2K4zDHf@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Eugene Syromyatnikov @ 2017-09-11  3:03 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Linux commit v4.13-rc1~34^2~40 converted seccomp documentation
(previously resided in Documentation/prctl/seccomp_filter.txt)
to ReStructured, along with relocating it to
Documentation/userspace-api/seccomp_filter.rst.

* man2/prctl.2 (.SH DESCRIPTION) <.TP .BR PR_SET_SECCOMP>: Amend pointer
to Documentation/prctl/seccomp_filter.txt with change introduced in
Linux 4.13 (move to Documentation/userspace_api/seccomp_filter.rst).
* man2/seccomp.2 (.SH SEE ALSO): Likewise.

Signed-off-by: Eugene Syromyatnikov <evgsyr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 man2/prctl.2   | 6 +++++-
 man2/seccomp.2 | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/man2/prctl.2 b/man2/prctl.2
index 95c00ab..a357800 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -969,7 +969,11 @@ calls, then additional filters can be added;
 they are run in order until the first non-allow result is seen.
 .IP
 For further information, see the kernel source file
-.IR Documentation/prctl/seccomp_filter.txt .
+.IR Documentation/userspace\-api/seccomp_filter.rst
+.\" commit c061f33f35be0ccc80f4b8e0aea5dfd2ed7e01a3
+(or
+.IR Documentation/prctl/seccomp_filter.txt
+before Linux 4.13).
 .TP
 .BR PR_GET_SECCOMP " (since Linux 2.6.23)"
 Return (as the function result)
diff --git a/man2/seccomp.2 b/man2/seccomp.2
index cf44cd4..7883c54 100644
--- a/man2/seccomp.2
+++ b/man2/seccomp.2
@@ -854,7 +854,11 @@ and
 The kernel source files
 .IR Documentation/networking/filter.txt
 and
-.IR Documentation/prctl/seccomp_filter.txt .
+.IR Documentation/userspace\-api/seccomp_filter.rst
+.\" commit c061f33f35be0ccc80f4b8e0aea5dfd2ed7e01a3
+(or
+.IR Documentation/prctl/seccomp_filter.txt
+before Linux 4.13).
 .PP
 McCanne, S. and Jacobson, V. (1992)
 .IR "The BSD Packet Filter: A New Architecture for User-level Packet Capture" ,
-- 
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] 2+ messages in thread

* Re: [PATCH 04/15] prctl.2, seccomp.2: update pointer to in-kernel seccomp documentation
       [not found] ` <20170911030356.GA29899-ZbobWygYI+YXGNroddHbYwC/G2K4zDHf@public.gmane.org>
@ 2017-09-11 13:56   ` Michael Kerrisk (man-opages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-opages) @ 2017-09-11 13:56 UTC (permalink / raw)
  To: Eugene Syromyatnikov; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

On 09/11/2017 05:03 AM, Eugene Syromyatnikov wrote:
> Linux commit v4.13-rc1~34^2~40 converted seccomp documentation
> (previously resided in Documentation/prctl/seccomp_filter.txt)
> to ReStructured, along with relocating it to
> Documentation/userspace-api/seccomp_filter.rst.

Applied. Thanks!

Cheers,

Michael


> * man2/prctl.2 (.SH DESCRIPTION) <.TP .BR PR_SET_SECCOMP>: Amend pointer
> to Documentation/prctl/seccomp_filter.txt with change introduced in
> Linux 4.13 (move to Documentation/userspace_api/seccomp_filter.rst).
> * man2/seccomp.2 (.SH SEE ALSO): Likewise.
> 
> Signed-off-by: Eugene Syromyatnikov <evgsyr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
>   man2/prctl.2   | 6 +++++-
>   man2/seccomp.2 | 6 +++++-
>   2 files changed, 10 insertions(+), 2 deletions(-)
> 
> diff --git a/man2/prctl.2 b/man2/prctl.2
> index 95c00ab..a357800 100644
> --- a/man2/prctl.2
> +++ b/man2/prctl.2
> @@ -969,7 +969,11 @@ calls, then additional filters can be added;
>   they are run in order until the first non-allow result is seen.
>   .IP
>   For further information, see the kernel source file
> -.IR Documentation/prctl/seccomp_filter.txt .
> +.IR Documentation/userspace\-api/seccomp_filter.rst
> +.\" commit c061f33f35be0ccc80f4b8e0aea5dfd2ed7e01a3
> +(or
> +.IR Documentation/prctl/seccomp_filter.txt
> +before Linux 4.13).
>   .TP
>   .BR PR_GET_SECCOMP " (since Linux 2.6.23)"
>   Return (as the function result)
> diff --git a/man2/seccomp.2 b/man2/seccomp.2
> index cf44cd4..7883c54 100644
> --- a/man2/seccomp.2
> +++ b/man2/seccomp.2
> @@ -854,7 +854,11 @@ and
>   The kernel source files
>   .IR Documentation/networking/filter.txt
>   and
> -.IR Documentation/prctl/seccomp_filter.txt .
> +.IR Documentation/userspace\-api/seccomp_filter.rst
> +.\" commit c061f33f35be0ccc80f4b8e0aea5dfd2ed7e01a3
> +(or
> +.IR Documentation/prctl/seccomp_filter.txt
> +before Linux 4.13).
>   .PP
>   McCanne, S. and Jacobson, V. (1992)
>   .IR "The BSD Packet Filter: A New Architecture for User-level Packet Capture" ,
> 
--
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] 2+ messages in thread

end of thread, other threads:[~2017-09-11 13:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-11  3:03 [PATCH 04/15] prctl.2, seccomp.2: update pointer to in-kernel seccomp documentation Eugene Syromyatnikov
     [not found] ` <20170911030356.GA29899-ZbobWygYI+YXGNroddHbYwC/G2K4zDHf@public.gmane.org>
2017-09-11 13:56   ` Michael Kerrisk (man-opages)

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