From: Michael Kerrisk Date: Sat, 21 May 2016 16:33:51 +0000 (-0500) Subject: mount.2: Clarify that MS_MOVE ignores remaining bits in 'mountflags' X-Git-Tag: man-pages-4.07~259 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d92f6e91abf72c494ac40ced89e07d3ebeedc82;p=thirdparty%2Fman-pages.git mount.2: Clarify that MS_MOVE ignores remaining bits in 'mountflags' Signed-off-by: Michael Kerrisk --- diff --git a/man2/mount.2 b/man2/mount.2 index ddd33e38ab..0c10996023 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -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.