From 97c5380f9ce298e356f3ce06776ffd45cd48471d Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 29 Mar 2021 14:41:26 +0200 Subject: [PATCH] Asciidoc: Incorporate latest changes in findmnt.8 Signed-off-by: Karel Zak --- misc-utils/findmnt.8.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.3