From 06ad9290b7b2de0cef08f3ca3e57c2d09be748ff Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Wed, 23 Aug 2017 12:52:25 -0700 Subject: [PATCH] ioctl_getfsmap.2: Correct semantics of FMR_OF_LAST flag The FMR_OF_LAST flag is applied to the last record in the returned data set, which is not necessarily the last record in the filesystem. Correct the documentation to reflect the actual behavior of both getfsmap implementations. Signed-off-by: Darrick J. Wong Signed-off-by: Michael Kerrisk --- man2/ioctl_getfsmap.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/ioctl_getfsmap.2 b/man2/ioctl_getfsmap.2 index 2a3cf06c7..047a624d9 100644 --- a/man2/ioctl_getfsmap.2 +++ b/man2/ioctl_getfsmap.2 @@ -225,7 +225,7 @@ The field contains a special value instead of an inode number. .TP .B FMR_OF_LAST -This is the last record in the filesystem. +This is the last record in the data set. .RE .PP The