From: Jan Palus Date: Thu, 5 Dec 2024 20:43:54 +0000 (-0800) Subject: man: fix ioctl_xfs_commit_range man page install X-Git-Tag: v6.13.0~214 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acadff195e10ea1b38d0c4039d61732cd98129da;p=thirdparty%2Fxfsprogs-dev.git man: fix ioctl_xfs_commit_range man page install 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 Reviewed-by: "Darrick J. Wong" Signed-off-by: "Darrick J. Wong" --- diff --git a/man/man2/ioctl_xfs_commit_range.2 b/man/man2/ioctl_xfs_commit_range.2 index 3244e52c..4cd074ed 100644 --- a/man/man2/ioctl_xfs_commit_range.2 +++ b/man/man2/ioctl_xfs_commit_range.2 @@ -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