From: Matthias Koenig Date: Mon, 16 Jul 2007 10:09:37 +0000 (+0200) Subject: mount: add acl option documentation for ext3 and reiserfs X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfcd918b6e03636483f29fe150ae2901f479fb3f;p=util-linux mount: add acl option documentation for ext3 and reiserfs Signed-off-by: Matthias Koenig --- diff --git a/mount/mount.8 b/mount/mount.8 index 4c919328..5cf5492f 100644 --- a/mount/mount.8 +++ b/mount/mount.8 @@ -1033,6 +1033,17 @@ in files after a crash and journal recovery. Sync all data and metadata every .I nrsec seconds. The default value is 5 seconds. Zero means default. +.RE +.TP +.BR user_xattr +Enable Extended User Attributes. See the +.BR attr (5) +manual page. +.TP +.BR acl +Enable POSIX Access Control Lists. See the +.BR acl (5) +manual page. .SH "Mount options for fat" (Note: @@ -1523,6 +1534,16 @@ There is a special .I resizer utility which can be obtained from .IR ftp://ftp.namesys.com/pub/reiserfsprogs . +.TP +.BR user_xattr +Enable Extended User Attributes. See the +.BR attr (5) +manual page. +.TP +.BR acl +Enable POSIX Access Control Lists. See the +.BR acl (5) +manual page. .SH "Mount options for romfs" None.