]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commitdiff
man2: fix getparents ioctl manpage
authorDarrick J. Wong <djwong@kernel.org>
Tue, 2 Dec 2025 01:28:00 +0000 (17:28 -0800)
committerAndrey Albershteyn <aalbersh@kernel.org>
Wed, 3 Dec 2025 10:51:37 +0000 (11:51 +0100)
Fix a silly typo in the manual page for the GETPARENTS ioctl.

Cc: linux-xfs@vger.kernel.org # v6.10.0
Fixes: a24294c252d4a6 ("man: document the XFS_IOC_GETPARENTS ioctl")
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
man/man2/ioctl_xfs_getparents.2

index 5bb9b96a0c95b14d8e40f6a1e792f8529cc99de1..f739c115ed4eadc0ce82a0f614fe8082ccd2018f 100644 (file)
@@ -35,7 +35,7 @@ struct xfs_getparents {
        __u64                       gp_buffer;
 };
 
-struct xfs_getparents {
+struct xfs_getparents_by_handle {
        struct xfs_handle           gph_handle;
        struct xfs_getparents       gph_request;
 };