From 9bbabbfda400d2f57e32841f1218755c84931e1d Mon Sep 17 00:00:00 2001 From: Jesse Smith Date: Thu, 8 Mar 2018 12:32:50 -0400 Subject: [PATCH] Updated manual page to include -p flag description. --- man/mountpoint.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/mountpoint.1 b/man/mountpoint.1 index 74fc999..992c9f5 100644 --- a/man/mountpoint.1 +++ b/man/mountpoint.1 @@ -35,6 +35,8 @@ mountpoint \- see if a directory is a mountpoint Be quiet - don't print anything. .IP \fB\-d\fP Print major/minor device number of the filesystem on stdout. +.IP \fB\-p\fP +Check Linux's /proc/mounts file to try to detect circular mount points. .IP \fB\-x\fP Print major/minor device number of the blockdevice on stdout. .SH EXIT STATUS