Diff for /xfs-cmds/acl/man/man1/getfacl.1 between versions 1.7 and 1.8

version 1.7, 2004/09/20 14:28:20 version 1.8, 2007/12/03 16:55:54
Line 100  Skip files that only have the base ACL e Line 100  Skip files that only have the base ACL e
 List the ACLs of all files and directories recursively.  List the ACLs of all files and directories recursively.
 .TP  .TP
 .I \-L, \-\-logical  .I \-L, \-\-logical
 Logical walk, follow symbolic links. The default behavior is to follow  Logical walk, follow symbolic links to directories. The default behavior is to follow
 symbolic link arguments, and to skip symbolic links encountered in  symbolic link arguments, and skip symbolic links encountered in subdirectories.
 subdirectories.  Only effective in combination with \-R.
 .TP  .TP
 .I \-P, \-\-physical  .I \-P, \-\-physical
 Physical walk, skip all symbolic links. This also skips symbolic link  Physical walk, do not follow symbolic links to directories. This also skips symbolic
 arguments.  link arguments.
   Only effective in combination with \-R.
 .TP  .TP
 .I \-\-tabular  .I \-\-tabular
 Use an alternative tabular output format. The ACL and the default ACL are displayed side by side. Permissions that are ineffective due to the ACL mask entry are displayed capitalized. The entry tag names for the ACL_USER_OBJ and ACL_GROUP_OBJ entries are also displayed in capital letters, which helps in spotting those entries.  Use an alternative tabular output format. The ACL and the default ACL are displayed side by side. Permissions that are ineffective due to the ACL mask entry are displayed capitalized. The entry tag names for the ACL_USER_OBJ and ACL_GROUP_OBJ entries are also displayed in capital letters, which helps in spotting those entries.

Removed from v.1.7  
changed lines
  Added in v.1.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>