From 07e6f72822fb92422bbd9c63f22b92f5a6566739 Mon Sep 17 00:00:00 2001 From: Marcel Waldvogel Date: Mon, 8 Jun 2020 14:30:03 +0200 Subject: [PATCH] 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 --- sys-utils/mount.8 | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) 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 -- 2.47.2