summaryrefslogtreecommitdiffstats
path: root/sys-utils/mountpoint.1
diff options
context:
space:
mode:
authorKarel Zak2019-08-07 11:20:21 +0200
committerKarel Zak2019-08-07 11:20:21 +0200
commitcd38987bf4ddff34366866fb3305305c6816dd22 (patch)
tree1c04e6c310ed78a370ad80de7e15a96b10002355 /sys-utils/mountpoint.1
parentMerge branch 'master' of https://github.com/chstarkd/util-linux (diff)
parentmountpoint: add --nofollow option (diff)
downloadkernel-qcow2-util-linux-cd38987bf4ddff34366866fb3305305c6816dd22.tar.gz
kernel-qcow2-util-linux-cd38987bf4ddff34366866fb3305305c6816dd22.tar.xz
kernel-qcow2-util-linux-cd38987bf4ddff34366866fb3305305c6816dd22.zip
Merge branch 'issue832' of https://github.com/kerolasa/util-linux
* 'issue832' of https://github.com/kerolasa/util-linux: mountpoint: add --nofollow option
Diffstat (limited to 'sys-utils/mountpoint.1')
-rw-r--r--sys-utils/mountpoint.17
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-utils/mountpoint.1 b/sys-utils/mountpoint.1
index afc469ebc..6669b13eb 100644
--- a/sys-utils/mountpoint.1
+++ b/sys-utils/mountpoint.1
@@ -1,4 +1,4 @@
-.TH MOUNTPOINT 1 "July 2014" "util-linux" "User Commands"
+.TH MOUNTPOINT 1 "August 2019" "util-linux" "User Commands"
.SH NAME
mountpoint \- see if a directory or file is a mountpoint
.SH SYNOPSIS
@@ -28,6 +28,11 @@ directory.
.BR \-q , " \-\-quiet"
Be quiet - don't print anything.
.TP
+.B "\-\-nofollow"
+Do not follow symbolic link if it the last elemnt of the
+.I directory
+path.
+.TP
.BR \-x , " \-\-devno"
Show the major/minor numbers of the given blockdevice on standard output.
.TP