]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
man: update mkfs.xfs inode flag option documentation
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 17 Aug 2020 21:20:17 +0000 (17:20 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Mon, 17 Aug 2020 21:20:17 +0000 (17:20 -0400)
commit095c2097e18d09c04c2796d2f2d91a465f1cf177
tree449f13c818f8ffa08e185eaf6cf8d89be04d3dc8
parent23d22c981a3b460da4658ac75e9ad839a275fddc
man: update mkfs.xfs inode flag option documentation

The mkfs manpage says that the extent size, cow extent size, realtime,
and project id inheritance bits are passed on to "newly created
children".  This isn't technically true -- it's only passed on to newly
created regular files and directories.  It is not passed on to special
files.

Fix this minor inaccuracy in the documentation.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
man/man8/mkfs.xfs.8