]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Update man pages for xfs_io lsattr changes and inode flags.
authorNathan Scott <nathans@sgi.com>
Sat, 18 Sep 2004 14:35:54 +0000 (14:35 +0000)
committerNathan Scott <nathans@sgi.com>
Sat, 18 Sep 2004 14:35:54 +0000 (14:35 +0000)
Merge of xfs-cmds-melb:slinx:19502a by kenmcd.

man/man3/xfsctl.3
man/man8/xfs_io.8

index 03be10d553b5b818347ea6ea3d714e3cdbc277d8..154529b28bea02d97245386dbd770490b783198e 100644 (file)
@@ -198,6 +198,15 @@ Realtime inheritance bit - new files created in the directory
 will be automatically realtime, and new directories created in
 the directory will inherit the inheritance bit.
 .TP
+.SM "Bit 9 (0x200) \- XFS_XFLAG_PROJINHERIT"
+Project inheritance bit - new files and directories created in
+the directory will inherit the parents project ID.  New
+directories also inherit the project inheritance bit.
+.TP
+.SM "Bit 10 (0x400) \- XFS_XFLAG_NOSYMLINKS"
+Can only be set on a directory and disallows creation of 
+symbolic links in that directory.
+.TP
 .SM "Bit 31 (0x80000000) \- XFS_XFLAG_HASATTR"
 The file has extended attributes associated with it.
 .RE
index d3ba780128df54938aea781cfeec81cf26b3bed4..c7a95a63988913213ff34b40945c4feae2d26555 100644 (file)
@@ -262,11 +262,19 @@ Exit \f2xfs_io\f1.
 \f3q\f1
 See the \f3quit\f1 command.
 .TP
-\f3lsattr\f1
+\f3lsattr\f1 [ \f2\-R\f1 | \f2\-D\f1 | \f2\-a\f1 | \f2\-v\f1 ]
 List extended inode flags on the currently open file.
+If the \f2-R\f1 option is specified, a recursive descent is performed
+for all directory entries below the currently open file (\f2-D\f1 can
+be used to restrict the output to directories only).
+This is a depth first descent, it does not follow symlinks and
+it also does not cross mount points.
 .TP
-\f3chattr\f1 [ \f2+/\-riasAd\f1 ]
+\f3chattr\f1 [ \f2\-R\f1 | \f2\-D\f1 ] [ \f2+/\-riasAdtPn\f1 ]
 Change extended inode flags on the currently open file.
+The \f2-R\f1 and \f2-D\f1 options have the same meaning as above.
+The mapping between each letter and the inode flags (refer to
+\f2xfsctl\f1(3) for the full list) is available via the \f3help\f1 command.
 .TP
 \f3freeze\f1
 Suspend all write I/O requests to the filesystem of the current file.