From: Jakub Wilk Date: Thu, 20 Jan 2022 18:00:16 +0000 (+0100) Subject: mount: (adoc) fix comma splice X-Git-Tag: v2.38-rc1~46^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cca7821a04b07a9843bb7b695dede4d522b7eddc;p=thirdparty%2Futil-linux.git mount: (adoc) fix comma splice Signed-off-by: Jakub Wilk --- diff --git a/sys-utils/mount.8.adoc b/sys-utils/mount.8.adoc index f2596b3553..3e86fa28a2 100644 --- a/sys-utils/mount.8.adoc +++ b/sys-utils/mount.8.adoc @@ -632,7 +632,7 @@ The same as *X-** options, but stored permanently in user space. This means the Note that before util-linux v2.30 the x-* options have not been maintained by libmount and stored in user space (functionality was the same as for X-* now), but due to the growing number of use-cases (in initrd, systemd etc.) the functionality has been extended to keep existing _fstab_ configurations usable without a change. *X-mount.mkdir*[=_mode_]:: -Allow to make a target directory (mountpoint) if it does not exist yet. The optional argument _mode_ specifies the filesystem access mode used for *mkdir*(2) in octal notation. The default mode is 0755. This functionality is supported only for root users or when mount executed without suid permissions. The option is also supported as x-mount.mkdir, this notation is deprecated since v2.30. See also *--mkdir* command line option. +Allow to make a target directory (mountpoint) if it does not exist yet. The optional argument _mode_ specifies the filesystem access mode used for *mkdir*(2) in octal notation. The default mode is 0755. This functionality is supported only for root users or when mount executed without suid permissions. The option is also supported as x-mount.mkdir, but this notation is deprecated since v2.30. See also *--mkdir* command line option. **X-mount.subdir=**__directory__:: Allow mounting sub-directory from a filesystem instead of the root directory. For now, this feature is implemented by temporary filesystem root directory mount in unshared namespace and then bind the sub-directory to the final mount point and umount the root of the filesystem. The sub-directory mount shows up atomically for the rest of the system although it is implemented by multiple *mount*(2) syscalls. This feature is EXPERIMENTAL.