]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount.8: don't consider additional mounts as experimental
authorKarel Zak <kzak@redhat.com>
Wed, 11 Aug 2021 14:18:29 +0000 (16:18 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 16 Aug 2021 11:00:18 +0000 (13:00 +0200)
This is bug, we have "EXPERIMENTAL" flag in the man page since v2.23.

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/mount.8.adoc

index 9630d564dc8c23c046cdb442d9d9a5869ea898d8..6e72d48c43dcdc891f5d6ac4420b0004c0cea17a 100644 (file)
@@ -274,7 +274,7 @@ mount --make-runbindable mountpoint
 
 Note that the Linux kernel does not allow changing multiple propagation flags with a single *mount*(2) system call, and the flags cannot be mixed with other mount options and operations.
 
-Since util-linux 2.23 the *mount* command can be used to do more propagation (topology) changes by one *mount*(8) call and do it also together with other mount operations. This feature is EXPERIMENTAL. The propagation flags are applied by additional *mount*(2) system calls when the preceding mount operations were successful. Note that this use case is not atomic. It is possible to specify the propagation flags in *fstab*(5) as mount options (*private*, *slave*, *shared*, *unbindable*, *rprivate*, *rslave*, *rshared*, *runbindable*).
+Since util-linux 2.23 the *mount* command can be used to do more propagation (topology) changes by one *mount*(8) call and do it also together with other mount operations. The propagation flags are applied by additional *mount*(2) system calls when the preceding mount operations were successful. Note that this use case is not atomic. It is possible to specify the propagation flags in *fstab*(5) as mount options (*private*, *slave*, *shared*, *unbindable*, *rprivate*, *rslave*, *rshared*, *runbindable*).
 
 For example: