From: Karel Zak Date: Mon, 11 Jun 2018 14:27:51 +0000 (+0200) Subject: mount: add -N to man page helpers section X-Git-Tag: v2.33-rc1~209 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5b63d284f2ba931c100414635be0bb54dbc3f24;p=thirdparty%2Futil-linux.git mount: add -N to man page helpers section Signed-off-by: Karel Zak --- diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index 1a05f71c09..a27fcf0860 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 ff6ce24299..18ed3a2398 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