Hello Štěpán, Alex, @Štěpán Thanks for spotting this! On 7/28/21 10:20 PM, Alejandro Colomar wrote: > From: Štěpán Němec <stepnem@xxxxxxxxx> > > Since commit ee81d7e41852, the flags list has been (only) above, not > below, these references. > > (The flags table was added even before that, in commit > 0b497138b908 ("namespaces.7: Add table of namespaces to top of page")) > > Fixes: ee81d7e41852 ("namespaces.7: Include manual page references in the summary table of namespace types") > Signed-off-by: Štěpán Němec <stepnem@xxxxxxxxx> > Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> Patch applied. Cheers, Michael > --- > man7/namespaces.7 | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man7/namespaces.7 b/man7/namespaces.7 > index d35c2d383..0ac32c77e 100644 > --- a/man7/namespaces.7 > +++ b/man7/namespaces.7 > @@ -97,7 +97,7 @@ If the > .I flags > argument of the call specifies one or more of the > .B CLONE_NEW* > -flags listed below, then new namespaces are created for each flag, > +flags listed above, then new namespaces are created for each flag, > and the child process is made a member of those namespaces. > (This system call also implements a number of features > unrelated to namespaces.) > @@ -119,7 +119,7 @@ If the > .I flags > argument of the call specifies one or more of the > .B CLONE_NEW* > -flags listed below, then new namespaces are created for each flag, > +flags listed above, then new namespaces are created for each flag, > and the calling process is made a member of those namespaces. > (This system call also implements a number of features > unrelated to namespaces.) > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/