On Thu, Dec 05, 2024 at 11:04:01AM +0100, Jan Palus wrote: > 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@xxxxxxxxxxxx> Yowza, I did not realize that was a behavior of INSTALL_MAN! Thank you for noticing that. :) Reviewed-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> --D > --- > man/man2/ioctl_xfs_commit_range.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 <sys/ioctl.h> > -- > 2.47.1 > >