]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
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)
commitacadff195e10ea1b38d0c4039d61732cd98129da
tree914067baf2c503201ff55b10e010b9d80d6fc83e
parentd49bd00aee5e284b0f0327dd3afe05e83dfe66a1
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 <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