Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2008 09:53:45 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147145 for review
Message-ID:  <200808110953.m7B9rj7p083916@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147145

Change 147145 by trasz@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808110953.m7B9rj7p083916>