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
as:
.PP
MS_REMOUNT | MS_BIND | MS_RDONLY
.in +4n
.EX
MS_REMOUNT | MS_BIND | MS_RDONLY
.EE
.in
.PP
will make access through this mountpoint read-only, without affecting
other mount points.