PERFORCE change 147145 for review
Edward Tomasz Napierala
trasz at FreeBSD.org
Mon Aug 11 09:53:46 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147145
Change 147145 by trasz at trasz_traszkan on 2008/08/11 09:52:59
Update manual page for mount(8).
Affected files ...
.. //depot/projects/soc2008/trasz_nfs4acl/sbin/mount/mount.8#3 edit
Differences ...
==== //depot/projects/soc2008/trasz_nfs4acl/sbin/mount/mount.8#3 (text+ko) ====
@@ -120,11 +120,14 @@
The following options are available:
.Bl -tag -width indent
.It Cm acls
-Enable Access Control Lists, or ACLS, which can be customized via the
+Enable POSIX.1e Access Control Lists, or ACLS, which can be customized via the
.Xr setfacl 1
and
.Xr getfacl 1
commands.
+This flag is mutially exlusive with
+.Cm nfs4acls
+flag.
.It Cm async
All
.Tn I/O
@@ -177,6 +180,15 @@
.Xr mac 4
for more information, which cause the multilabel mount flag to be set
automatically at mount-time.
+.It Cm nfs4acls
+Enable NFS4 ACLS, which can be customized via the
+.Xr setfacl 1
+and
+.Xr getfacl 1
+commands.
+This flag is mutially exlusive with
+.Cm acls
+flag.
.It Cm noasync
Metadata I/O should be done synchronously, while data I/O should be done
asynchronously.
More information about the p4-projects
mailing list