]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: document all commands in xfs_io
authorEric Sandeen <sandeen@sandeen.net>
Sat, 8 Dec 2012 20:55:18 +0000 (20:55 +0000)
committerMark Tinguely <tinguely@eagdhcp-232-136.americas.sgi.com>
Mon, 14 Jan 2013 14:15:47 +0000 (08:15 -0600)
commit83c324088f8e60133016409752b08f74e19e8b37
treeb82e2ee9ce55e25375602b4a7462c84df4ab7580
parent0cfda29e1fded3975562824895a95e1a4dfe4cbc
xfsprogs: document all commands in xfs_io

Add missing command documentation to xfs_io(8) manpage.
fiemap, fpunch, chproj, lsproj, and setfl are all missing.

setfl seems to not work today in any case, and nothing
in xfstests uses it; I will send another patch to simply
remove it from xfs_io, as I don't think it's terribly useful,
and hasn't worked forever anyway.

Also fix references to the fallocate manpage, which is (now?)
in section 2, not section 3 of the man pages.  (Since it's
a syscall, not a library function).

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
man/man8/xfs_io.8