From d6983300a2f587ba85973fc32a9bcf3c2e975cd9 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 27 Jul 2014 20:58:57 +0200 Subject: [PATCH] docs: remove all mention of helper= and uhelper= from umount man page Signed-off-by: Benno Schulenberg --- sys-utils/umount.8 | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/sys-utils/umount.8 b/sys-utils/umount.8 index 9d4515773e..54fe7ae629 100644 --- a/sys-utils/umount.8 +++ b/sys-utils/umount.8 @@ -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 -- 2.47.2