commit 1c0267ef8e5c76f2043690bcdd03c2a0ebc269cc
Author: sin <[email protected]>
Date:   Sat Apr 12 15:11:41 2014 +0100

    Add mountpoint manpage

diff --git a/mountpoint.1 b/mountpoint.1
new file mode 100644
index 0000000..ac23584
--- /dev/null
+++ b/mountpoint.1
@@ -0,0 +1,19 @@
+.TH MOUNTPOINT 1 ubase-VERSION
+.SH NAME
+BmountpointR - Check if a directory is a mountpoint
+.SH SYNOPSIS
+BmountpointR [B-dqR] IdirectoryR
+.TP
+BmountpointR B-xR IdeviceR
+.SH DESCRIPTION
+BmountpointR checks if the IdirectoryR is mentioned in the
+/proc/mounts file.
+.SH OPTIONS
+.TP
+B-dR Print the major/minor device number of the filesystem on stdout.
+.TP
+B-qR Be quiet, don't print anything.
+.TP
+B-xR Print the major/minor device number of the IdeviceR on stdout.
+.SH SEE ALSO
+mount(8)


Reply via email to