[BACK]Return to chflags.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / chflags

Diff for /src/usr.bin/chflags/Attic/chflags.1 between version 1.6 and 1.7

version 1.6, 1999/07/31 03:55:28 version 1.7, 1999/10/05 19:56:27
Line 58 
Line 58 
 as specified by the  as specified by the
 .Ar flags  .Ar flags
 operand.  operand.
   The
   .Ar flags
   of a file dictate special restrictions beyond those enforced by its
   mode/permissions.
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Fl R
   Recursively descend through any specified directory arguments.
   Change the flags of the file hierarchies rooted
   in the files instead of just the files themselves.
 .It Fl H  .It Fl H
 If the  If the
 .Fl R  .Fl R
 option is specified, symbolic links on the command line are followed.  option is also specified, symbolic links on the command line are followed.
 (Symbolic links encountered in the tree traversal are not followed.)  (Symbolic links encountered in the tree traversal are not followed.)
 .It Fl L  .It Fl L
 If the  If the
 .Fl R  .Fl R
 option is specified, all symbolic links are followed.  option is also specified, all symbolic links are followed.
 .It Fl P  .It Fl P
 If the  If the
 .Fl R  .Fl R
 option is specified, no symbolic links are followed.  option is also specified, no symbolic links are followed.
 .It Fl R  
 Change the file flags for the file hierarchies rooted  
 in the files instead of just the files themselves.  
 .El  .El
 .Pp  .Pp
 Flags are a comma separated list of keywords.  Flags are a comma separated list of keywords.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7