On Mon, 20 Aug 2018 at 13:54, aszlig <aszlig@nix.build> wrote: > > This really should be mount flags, why should it affect other mount > *points* in the first place? Have you tested this? Thanks, Michael > Signed-off-by: aszlig <aszlig@nix.build> > --- > man2/mount.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man2/mount.2 b/man2/mount.2 > index 96ad6ca3b..164d796fb 100644 > --- a/man2/mount.2 > +++ b/man2/mount.2 > @@ -374,7 +374,7 @@ as: > MS_REMOUNT | MS_BIND | MS_RDONLY > .PP > will make access through this mountpoint read-only, without affecting > -other mount points. > +other mount flags. > .\" > .SS Creating a bind mount > If > -- > 2.18.0 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/