From 5ea1abf88b967de7457fdbbede5313787d932ce5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 20 Aug 2018 09:24:21 +0200 Subject: [PATCH] mount.2: wfix Signed-off-by: Michael Kerrisk --- man2/mount.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/mount.2 b/man2/mount.2 index 96ad6ca3b..94222683b 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -361,7 +361,9 @@ then the remount operation preserves the existing values of these flags (rather than defaulting to .BR MS_RELATIME ). .PP -Since Linux 2.6.26, this flag can be used with +Since Linux 2.6.26, the +.B MS_RMOUNT +flag can be used with .B MS_BIND to modify only the per-mount-point flags. .\" See https://lwn.net/Articles/281157/