From: Karel Zak Date: Mon, 29 Mar 2021 12:41:26 +0000 (+0200) Subject: Asciidoc: Incorporate latest changes in findmnt.8 X-Git-Tag: v2.37-rc1~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97c5380f9ce298e356f3ce06776ffd45cd48471d;p=thirdparty%2Futil-linux.git Asciidoc: Incorporate latest changes in findmnt.8 Signed-off-by: Karel Zak --- diff --git a/misc-utils/findmnt.8.adoc b/misc-utils/findmnt.8.adoc index 1aa49ddaff..6a2c09ba9e 100644 --- a/misc-utils/findmnt.8.adoc +++ b/misc-utils/findmnt.8.adoc @@ -17,7 +17,7 @@ findmnt - find a filesystem *findmnt* [options] _device_|_mountpoint_ -*findmnt* [options] [*--source*] _device_ [*--target*|*--mountpoint*] _mountpoint_ +*findmnt* [options] [*--source*] _device_ [*--target* _path_|*--mountpoint* _mountpoint_] == DESCRIPTION @@ -25,6 +25,8 @@ findmnt - find a filesystem The device may be specified by device name, major:minor numbers, filesystem label or UUID, or partition label or UUID. Note that *findmnt* follows *mount*(8) behavior where a device name may be interpreted as a mountpoint (and vice versa) if the *--target*, *--mountpoint* or *--source* options are not specified. +The command-line option *--target* accepts any file or directory and then *findmnt* displays the filesystem for the given path. + The command prints all mounted filesystems in the tree-like format by default. == OPTIONS