Diff for /xfs-cmds/acl/man/man1/setfacl.1 between versions 1.12 and 1.13

version 1.12, 2004/09/20 14:28:20 version 1.13, 2007/12/03 16:55:54
Line 104  Test mode. Instead of changing the ACLs  Line 104  Test mode. Instead of changing the ACLs 
 Apply operations to all files and directories recursively. This option cannot be mixed with `\-\-restore'.  Apply operations to all files and directories recursively. This option cannot be mixed with `\-\-restore'.
 .TP 4  .TP 4
 .I \-L, \-\-logical  .I \-L, \-\-logical
 Logical walk, follow symbolic links. The default behavior is to follow symbolic link arguments, and to skip symbolic links encountered  Logical walk, follow symbolic links to directories. The default behavior is to follow
 in subdirectories. This option cannot be mixed with `\-\-restore'.  symbolic link arguments, and skip symbolic links encountered in subdirectories.
   Only effective in combination with \-R.
   This option cannot be mixed with `\-\-restore'.
 .TP 4  .TP 4
 .I \-P, \-\-physical  .I \-P, \-\-physical
 Physical walk, skip all symbolic links. This also skips symbolic link arguments.  Physical walk, do not follow symbolic links to directories.
   This also skips symbolic link arguments.
   Only effective in combination with \-R.
 This option cannot be mixed with `\-\-restore'.  This option cannot be mixed with `\-\-restore'.
 .TP 4  .TP 4
 .I \-\-version  .I \-\-version

Removed from v.1.12  
changed lines
  Added in v.1.13


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