]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: remove all mention of helper= and uhelper= from umount man page
authorBenno Schulenberg <bensberg@justemail.net>
Sun, 27 Jul 2014 18:58:57 +0000 (20:58 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 29 Jul 2014 10:14:57 +0000 (12:14 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
sys-utils/umount.8

index 9d4515773ea86e215e7d298042229590ef8881c6..54fe7ae6296e3cde1d0300fbf35490f1252b36fc 100644 (file)
@@ -151,25 +151,24 @@ it finds the option \fBloop=...\fR in
 or when the \fB\-d\fR option was given.  Any still associated loop devices
 can be freed by using \fBlosetup -d\fR; see
 .BR losetup (8).
-.SH "EXTERNAL HELPERS"
+.SH EXTERNAL HELPERS
 The syntax of external unmount helpers is:
 .PP
-.BI /sbin/umount. suffix
+.RS
+.BI umount. suffix
 .RI { directory | device }
 .RB [ \-flnrv ]
 .RB [ \-t
 .IR type . subtype ]
+.RE
 .PP
-where \fIsuffix\fR is the filesystem type or a value from a "uhelper=" or
-"helper=" mtab option.  The \fB\-t\fR option can be used for filesystems
-with subtypes support (for example \fB/sbin/mount.fuse -t fuse.sshfs\fR).
+where \fIsuffix\fR is the filesystem type.
+The \fB\-t\fR option can be used for filesystems that
+have subtype support.  For example:
 .PP
-The \fBuhelper=\fR (unprivileged unmount helper) mount option can be used
-when non-root users need to be able to unmount a mountpoint which is not
-defined in \fI/etc/fstab\fR (e.g. devices mounted by udisk).
-.PP
-The \fBhelper=\fR mount option redirects all unmount requests to the
-\fB/sbin/umount.\fItype\fR helper independently of UID.
+.RS
+.B umount.fuse \-t fuse.sshfs
+.RE
 .SH FILES
 .TP
 .B /etc/mtab