]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
mount.2: Clarify that MS_MOVE ignores remaining bits in 'mountflags'
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 21 May 2016 16:33:51 +0000 (11:33 -0500)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 21 May 2016 16:36:33 +0000 (11:36 -0500)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/mount.2

index ddd33e38abed850b4c7ecc1982f2d63e0f91accd..0c109960238ca02868c4517fa877cdc3bac05d5f 100644 (file)
@@ -211,9 +211,13 @@ specifies an existing mount point and
 .I target
 specifies the new location.
 The move is atomic: at no point is the subtree unmounted.
-The
-.IR filesystemtype ", " mountflags ", and " data
-arguments are ignored.
+The remaining bits in the
+.IR mountflags
+argument are ignored, as are the
+.IR filesystemtype
+and
+.IR data
+arguments.
 .TP
 .B MS_NOATIME
 Do not update access times for (all types of) files on this filesystem.