]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: document options for debugfs
authorDave Reisner <dreisner@archlinux.org>
Wed, 2 Jan 2013 14:11:10 +0000 (09:11 -0500)
committerKarel Zak <kzak@redhat.com>
Wed, 9 Jan 2013 13:42:01 +0000 (14:42 +0100)
Since 3.4, debugfs allows uid, gid, and mode options.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
sys-utils/mount.8

index 2fdf655a2559d8618321c371d8d0300c91f8b7b5..44218cc402ff05e08d579a5a3283e4f1d4686136 100644 (file)
@@ -1183,8 +1183,13 @@ The debugfs filesystem is a pseudo filesystem, traditionally mounted on
 .IR /sys/kernel/debug .
 .\" or just /debug
 .\" present since 2.6.11
-There are no mount options.
-
+As of kernel version 3.4, debugfs has the following options:
+.TP
+.BI uid= n ", gid=" n
+Set the owner and group of the mountpoint.
+.TP
+.BI mode= value
+Sets the mode of the mountpoint.
 .SH "Mount options for devpts"
 The devpts filesystem is a pseudo filesystem, traditionally mounted on
 .IR /dev/pts .