From 8fc6fdd8291d906e58a175b5e1b20da680aaeb4a Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 17 Nov 2024 16:24:05 +0100 Subject: [PATCH] getdents.2: ffix Reported-by: Helge Kreutzmann Signed-off-by: Alejandro Colomar --- man/man2/getdents.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man2/getdents.2 b/man/man2/getdents.2 index 690ee6d72..2950a1545 100644 --- a/man/man2/getdents.2 +++ b/man/man2/getdents.2 @@ -89,7 +89,7 @@ though on older filesystems it used to be the distance from the start of the directory to the start of the next .IR linux_dirent ; see -.BR readdir (3) . +.BR readdir (3). .I d_reclen is the size of this entire .IR linux_dirent . -- 2.47.2