]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
man: fix ioctl_xfs_commit_range man page install
authorJan Palus <jpalus@fastmail.com>
Thu, 5 Dec 2024 20:43:54 +0000 (12:43 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:22 +0000 (18:01 -0800)
INSTALL_MAN uses first symbol in .SH NAME section for both source and
destination filename hence it needs to match current filename. since
ioctl_xfs_commit_range.2 documents both ioctl_xfs_start_commit as well
as ioctl_xfs_commit_range ensure they are listed in order INSTALL_MAN
expects.

Signed-off-by: Jan Palus <jpalus@fastmail.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
man/man2/ioctl_xfs_commit_range.2

index 3244e52c3e09462fb1cfcaaa03c9e8153a400ee0..4cd074ed00c6f2e08d49163856b6acadbb86529d 100644 (file)
@@ -22,8 +22,8 @@
 .\" %%%LICENSE_END
 .TH IOCTL-XFS-COMMIT-RANGE 2  2024-02-18 "XFS"
 .SH NAME
-ioctl_xfs_start_commit \- prepare to exchange the contents of two files
 ioctl_xfs_commit_range \- conditionally exchange the contents of parts of two files
+ioctl_xfs_start_commit \- prepare to exchange the contents of two files
 .SH SYNOPSIS
 .br
 .B #include <sys/ioctl.h>