From: Mario Blättermann Date: Mon, 10 Apr 2023 14:36:38 +0000 (+0200) Subject: fstab: (man) use markup for external man page links X-Git-Tag: v2.39-rc3~34^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e27bee5cfa4bddbe6bcee33722f3395fd699fd96;p=thirdparty%2Futil-linux.git fstab: (man) use markup for external man page links --- diff --git a/sys-utils/fstab.5.adoc b/sys-utils/fstab.5.adoc index 1a67dc95ce..ad1318f496 100644 --- a/sys-utils/fstab.5.adoc +++ b/sys-utils/fstab.5.adoc @@ -92,14 +92,14 @@ More than one type may be specified in a comma-separated list. This field describes the mount options associated with the filesystem. -It is formatted as a comma-separated list of options and is optional for mount(8) or swapon(8). The usual convention is to use at least "defaults" keyword there. +It is formatted as a comma-separated list of options and is optional for *mount*(8) or *swapon*(8). The usual convention is to use at least "defaults" keyword there. It usually contains the type of mount (*ro* or *rw*, the default is *rw*), plus any additional options appropriate to the filesystem type (including performance-tuning options). For details, see *mount*(8) or *swapon*(8). Basic filesystem-independent options are: *defaults*:: -use default options. The default depends on the kernel and the filesystem. mount(8) does not have any hardcoded set of default options. The kernel default is usually rw, suid, dev, exec, auto, nouser, and async. +use default options. The default depends on the kernel and the filesystem. *mount*(8) does not have any hardcoded set of default options. The kernel default is usually rw, suid, dev, exec, auto, nouser, and async. *noauto*:: do not mount when *mount -a* is given (e.g., at boot time) *user*::