[hackers] [ubase] Add mount manpage || sin

From: <git_AT_suckless.org>
Date: Sun, 13 Apr 2014 18:45:39 +0200

commit ca2effd60a444c1c5d71a7c0404a7d1964d2c073
Author: sin <sin_AT_2f30.org>
Date: Sun Apr 13 17:44:44 2014 +0100

    Add mount manpage

diff --git a/mount.8 b/mount.8
new file mode 100644
index 0000000..53cd64a
--- /dev/null
+++ b/mount.8
_AT_@ -0,0 +1,33 @@
+.TH MOUNT 8 ubase-VERSION
+.SH NAME
+ Bmount R - Mount a filesystem
+.SH SYNOPSIS
+ Bmount R [ B-BMRan R] [ B-t I fstype R] [ B-o I options R] [ Isource R] [ Itarget R]
+.SH DESCRIPTION
+ Bmount R attaches the filesystem specified to the filesystem hierarchy. The Bumount(8) R command will detach it again.
+.SH OPTIONS
+.TP
+ B-B R
+Remount a subtree somewhere else (so that its contents are
+visible in both places).
+.TP
+ B-M R
+Move a subtree to some other place.
+.TP
+ B-R R
+Remount a subtree and all possible submounts somewhere else (so
+that its contents are available in both places).
+.TP
+ B-a R
+Mount all filesystems mentioned in /etc/fstab.
+.TP
+ B-n R
+Mount without writing in /etc/mtab. This is the default action.
+.TP
+ B-t R
+Set the filesystem type.
+.TP
+ B-o R
+Specify a comma separated string of filesystem specific options.
+.SH SEE ALSO
+mount(2), umount(2), umount(8), swapon(8)
Received on Sun Apr 13 2014 - 18:45:39 CEST

This archive was generated by hypermail 2.3.0 : Sun Apr 13 2014 - 18:48:12 CEST