summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2018-06-11 16:27:51 +0200
committerKarel Zak2018-06-11 16:27:51 +0200
commitc5b63d284f2ba931c100414635be0bb54dbc3f24 (patch)
treee4cf0822f26135f898586387c3d9e48aed8cffa2
parentumount: fix behaviour of -A and -R with --namespace (diff)
downloadkernel-qcow2-util-linux-c5b63d284f2ba931c100414635be0bb54dbc3f24.tar.gz
kernel-qcow2-util-linux-c5b63d284f2ba931c100414635be0bb54dbc3f24.tar.xz
kernel-qcow2-util-linux-c5b63d284f2ba931c100414635be0bb54dbc3f24.zip
mount: add -N to man page helpers section
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--sys-utils/mount.84
-rw-r--r--sys-utils/umount.82
2 files changed, 5 insertions, 1 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 1a05f71c0..a27fcf086 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -2418,13 +2418,15 @@ The syntax of external mount helpers is:
.BI /sbin/mount. suffix
.I spec dir
.RB [ \-sfnv ]
+.RB [ \-N
+.IR namespace ]
.RB [ \-o
.IR options ]
.RB [ \-t
.IR type \fB. subtype ]
.in
.sp
-where the \fIsuffix\fR is the filesystem type and the \fB\-sfnvo\fR options have
+where the \fIsuffix\fR is the filesystem type and the \fB\-sfnvoN\fR options have
the same meaning as the normal mount options. The \fB\-t\fR option is used for
filesystems with subtypes support (for example
.BR "/sbin/mount.fuse \-t fuse.sshfs" ).
diff --git a/sys-utils/umount.8 b/sys-utils/umount.8
index ff6ce2429..18ed3a239 100644
--- a/sys-utils/umount.8
+++ b/sys-utils/umount.8
@@ -197,6 +197,8 @@ The syntax of external unmount helpers is:
.BI umount. suffix
.RI { directory | device }
.RB [ \-flnrv ]
+.RB [ \-N
+.IR namespace ]
.RB [ \-t
.IR type . subtype ]
.RE