Diff for /xfs-cmds/attr/man/man1/getfattr.1 between versions 1.7 and 1.8

version 1.7, 2007/10/31 03:07:52 version 1.8, 2007/12/03 16:55:54
Line 56  while strings encoded as hexidecimal and Line 56  while strings encoded as hexidecimal and
 0x and 0s, respectively.  0x and 0s, respectively.
 .TP  .TP
 .BR \-h ", " \-\-no-dereference  .BR \-h ", " \-\-no-dereference
 Do not follow symlinks.  Do not dereference symlinks. Instead of the file a symlink refers to, the
 If  symlink itself is examined.
 .I pathname  
 is a symbolic link, the symbolic link itself is examined,  
 rather than the file the link refers to.  
 .TP  .TP
 .BR \-m " \f2pattern\f1, " \-\-match "=\f2pattern\f1"  .BR \-m " \f2pattern\f1, " \-\-match "=\f2pattern\f1"
 Only include attributes with names matching the regular expression  Only include attributes with names matching the regular expression
Line 84  Dump out the extended attribute value(s) Line 81  Dump out the extended attribute value(s)
 List the attributes of all files and directories recursively.  List the attributes of all files and directories recursively.
 .TP  .TP
 .BR \-L ", " \-\-logical  .BR \-L ", " \-\-logical
 Logical walk, follow symbolic links.  Logical walk, follow symbolic links to directories.
 The default behaviour is to follow symbolic link arguments, and to   The default behaviour is to follow symbolic link arguments, and to 
 skip symbolic links encountered in subdirectories.  skip symbolic links encountered in subdirectories.
   Only effective in combination with \-R.
 .TP  .TP
 .BR \-P ", " \-\-physical  .BR \-P ", " \-\-physical
 Physical walk, skip all symbolic links.  Physical walk, do not follow symbolic links to directories.
 This also skips symbolic link arguments.  This also skips symbolic link arguments.
   Only effective in combination with \-R.
 .TP  .TP
 .B \-\-version  .B \-\-version
 Print the version of  Print the version of

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


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