The right margin of the xfs_io man page was being pushed inwards due to
extra .TP commands, making all the text below hard to read.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
.RE
.PD
.TP
-.TP
.BI "seek \-a | \-d | \-h [ \-r ] [ \-s ] offset"
On platforms that support the
.BR lseek (2)
.RE
.PD
.TP
-.TP
.BI "reflink [ \-C ] [ \-q ] src_file [src_offset dst_offset length]"
On filesystems that support the
.B XFS_IOC_CLONE_RANGE
.RE
.PD
.TP
-.TP
.BI "dedupe [ \-C ] [ \-q ] src_file src_offset dst_offset length"
On filesystems that support the
.B XFS_IOC_FILE_EXTENT_SAME
.RE
.PD
.TP
-.TP
.BI "copy_range [ -s " src_offset " ] [ -d " dst_offset " ] [ -l " length " ] src_file"
On filesystems that support the
.BR copy_file_range (2)