mount: add -N to man page helpers section

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2018-06-11 16:27:51 +02:00
parent 6e965d0f4a
commit c5b63d284f
2 changed files with 5 additions and 1 deletions

View File

@ -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" ).

View File

@ -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