From: Marcel Waldvogel Date: Mon, 8 Jun 2020 12:30:03 +0000 (+0200) Subject: mount: Update man page Synopsis X-Git-Tag: v2.36-rc1~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07e6f72822fb92422bbd9c63f22b92f5a6566739;p=thirdparty%2Futil-linux.git mount: Update man page Synopsis Document - `-t` when listing mounts - `--bind`, `--rbind`, and `--move` - `--make-*` - Mountpoints need not only be directories [kzak@redhat.com: - cleanup syntax, - use all complete --make-* list] Signed-off-by: Karel Zak --- diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index 082fa1719e..e4ded7e5df 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -32,7 +32,12 @@ mount \- mount a filesystem .SH SYNOPSIS .B mount -.RB [ \-l | \-h | \-V ] +.RB [ \-h | \-V ] +.LP +.B mount +.RB [ \-l ] +.RB [ \-t +.IR fstype ] .LP .B mount \-a .RB [ \-fFnrsvw ] @@ -45,7 +50,7 @@ mount \- mount a filesystem .RB [ \-fnrsvw ] .RB [ \-o .IR options ] -.IR device | dir +.IR device | mountpoint .LP .B mount .RB [ \-fnrsvw ] @@ -53,7 +58,15 @@ mount \- mount a filesystem .IB fstype ] .RB [ \-o .IR options ] -.I device dir +.I device mountpoint +.LP +.B mount +.RB \-\-bind | \-\-rbind | \-\-move +.I olddir newdir +.LP +.B mount +.RB \-\-make\-{shared|slave|private|unbindable|rshared|rslave|rprivate|runbindable} +.I mountpoint .SH DESCRIPTION All files accessible in a Unix system are arranged in one big tree, the file hierarchy, rooted at