]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: (man) add missing word
authorJakub Wilk <jwilk@jwilk.net>
Wed, 9 Apr 2025 17:53:34 +0000 (19:53 +0200)
committerJakub Wilk <jwilk@jwilk.net>
Wed, 9 Apr 2025 17:53:34 +0000 (19:53 +0200)
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
sys-utils/mount.8.adoc

index bb4151225a060fdf78a6a2ad1fc51c21dadff4c2..7d7f43f534d2e779766a0a5022fd7c0691a6cff2 100644 (file)
@@ -724,7 +724,7 @@ Allow any user to mount and to unmount the filesystem, even when some other ordi
 All options prefixed with "X-" are interpreted as comments or as userspace application-specific options. These options are not stored in user space (e.g., _mtab_ file), nor sent to the mount._type_ helpers nor to the *mount*(2) system call. The suggested format is **X-**__appname__._option_.
 
 *x-**::
-The same as *X-** options, but stored permanently in user space. This means the options are also available for *umount*(8) or other operations. Note that maintaining mount options in user space is tricky, because it's necessary use libmount-based tools and there is no guarantee that the options will be always available (for example after a move mount operation or in unshared namespace).
+The same as *X-** options, but stored permanently in user space. This means the options are also available for *umount*(8) or other operations. Note that maintaining mount options in user space is tricky, because it's necessary to use libmount-based tools and there is no guarantee that the options will be always available (for example after a move mount operation or in unshared namespace).
 +
 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.