PERFORCE change 146244 for review

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Jul 30 09:28:08 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=146244

Change 146244 by trasz at trasz_traszkan on 2008/07/30 09:27:40

	Update getfacl(1) manual page.

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/TODO#21 edit
.. //depot/projects/soc2008/trasz_nfs4acl/bin/getfacl/getfacl.1#5 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/TODO#21 (text+ko) ====

@@ -8,7 +8,7 @@
 
   owner@:read_data/write_data/execute:file_inherit:allow
 
-- Update getfacl(1) and setfacl(1) manual pages.
+- Update setfacl(1) manual page.
 
 - Either add or extend existing manual pages for new API routines:
   acl_add_flag_np, acl_clear_flags_np, acl_create_entry_np, acl_delete_entry_np,

==== //depot/projects/soc2008/trasz_nfs4acl/bin/getfacl/getfacl.1#5 (text+ko) ====

@@ -38,7 +38,7 @@
 .Nd get ACL information
 .Sh SYNOPSIS
 .Nm
-.Op Fl dhq
+.Op Fl dhnqv
 .Op Ar
 .Sh DESCRIPTION
 The
@@ -61,13 +61,20 @@
 access ACL.
 An error is generated if a default ACL cannot be associated with
 .Ar file .
+This option is not valid for NFS4 ACLs.
 .It Fl h
 If the target of the operation is a symbolic link, return the ACL from
 the symbolic link itself rather than following the link.
+.It Fl n
+Display user and group IDs numerically rather than converting to
+a user or group name.
 .It Fl q
 Do not write commented information about file name and ownership.
 This is
 useful when dealing with filenames with unprintable characters.
+.It Fl v
+For NFS4 ACLs, display access mask and flags in a verbose form.
+For POSIX.1e ACLs, this option does nothing.
 .El
 .Pp
 The following operand is available:


More information about the p4-projects mailing list