mount.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-08-20 11:50:41 +02:00
parent 5ea1abf88b
commit e56ab30d61
1 changed files with 5 additions and 1 deletions

View File

@ -373,7 +373,11 @@ Specifying
.IR mountflags .IR mountflags
as: as:
.PP .PP
MS_REMOUNT | MS_BIND | MS_RDONLY .in +4n
.EX
MS_REMOUNT | MS_BIND | MS_RDONLY
.EE
.in
.PP .PP
will make access through this mountpoint read-only, without affecting will make access through this mountpoint read-only, without affecting
other mount points. other mount points.