]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: (adoc) fix comma splice
authorJakub Wilk <jwilk@jwilk.net>
Thu, 20 Jan 2022 18:00:16 +0000 (19:00 +0100)
committerJakub Wilk <jwilk@jwilk.net>
Thu, 20 Jan 2022 18:00:16 +0000 (19:00 +0100)
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
sys-utils/mount.8.adoc

index f2596b3553e98d9b124157ea88918b851d861c7d..3e86fa28a2db2be5bbe280aba50239eb4ba2851e 100644 (file)
@@ -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.