]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: add -N to man page helpers section
authorKarel Zak <kzak@redhat.com>
Mon, 11 Jun 2018 14:27:51 +0000 (16:27 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 11 Jun 2018 14:27:51 +0000 (16:27 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/mount.8
sys-utils/umount.8

index 1a05f71c09f23d152ed33a8ae764d672ff0c6cd0..a27fcf086072a3c88a1251633a657ff7e15b10cf 100644 (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" ).
index ff6ce24299f3454794e01ca62e4d0cd6c34e5947..18ed3a2398ec8ed33c91a26f6b306162f8fcf311 100644 (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