From: Mario Blättermann Date: Sun, 31 Aug 2025 15:21:42 +0000 (+0200) Subject: Fix markup in findmnt.8.adoc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd496671380a5042d7420b5c07fdc3adedf12bdf;p=thirdparty%2Futil-linux.git Fix markup in findmnt.8.adoc --- diff --git a/misc-utils/findmnt.8.adoc b/misc-utils/findmnt.8.adoc index 8c8ffa2cc..2abead20c 100644 --- a/misc-utils/findmnt.8.adoc +++ b/misc-utils/findmnt.8.adoc @@ -87,7 +87,7 @@ Use JSON output format. *-k*, *--kernel*[**=**_method_]:: Reads information about filesystems from the kernel. This is the default output. The format is tree-like and only includes mount options managed by the kernel (see also *--mtab*). + -The optional argument _method_ is supported only for the long variant (--kernel). The short variant (-k) defaults to the mountinfo method for backward compatibility. The supported methods can be either: +The optional argument _method_ is supported only for the long variant (*--kernel*). The short variant (*-k*) defaults to the *mountinfo* method for backward compatibility. The supported methods can be either: + * *mountinfo* - this is the default method and it reads data from the _/proc/self/mountinfo_ file. +