From: Nathan Scott Date: Mon, 17 Mar 2003 03:07:16 +0000 (+0000) Subject: Remove an incorrect statement from the xfs_bmap(8) man page. X-Git-Tag: XFS-1_3_0pre1~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0deb853c88237fa2bd5981e603993b428400f88f;p=thirdparty%2Fxfsprogs-dev.git Remove an incorrect statement from the xfs_bmap(8) man page. Remove an incorrect statement from the xfs_bmap(8) man page - we have done a filesystem type check before issuing any ioctls for some time. --- diff --git a/man/man8/xfs_bmap.8 b/man/man8/xfs_bmap.8 index 6b4a88f54..cc213ac41 100644 --- a/man/man8/xfs_bmap.8 +++ b/man/man8/xfs_bmap.8 @@ -44,9 +44,5 @@ list of the file in groups of \f2nnn\f1 extents. In the absence of \f3\-n\f1, \f3xfs_bmap\f1 queries the system for the number of extents in the file and uses that value to compute the group size. -.SH DIAGNOSTICS -.TP 10 -\f7ioctl(XFS_IOC_GETBMAPX) \f1\f2filename\f1\f7: Invalid argument\f1 -The file \f2filename\f1 is not in an XFS filesystem. .SH SEE ALSO xfs(5).