From 370111542008145868e5c214469ec9c01a7f12e7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 10 Jun 2020 11:49:18 +0200 Subject: [PATCH] getdents.2: ffix Signed-off-by: Michael Kerrisk --- man2/getdents.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/getdents.2 b/man2/getdents.2 index d53286ad9..42d62fea8 100644 --- a/man2/getdents.2 +++ b/man2/getdents.2 @@ -167,8 +167,8 @@ system call is like except that its second argument is a pointer to a buffer containing structures of the following type: .PP -.EX .in +4n +.EX struct linux_dirent64 { ino64_t d_ino; /* 64-bit inode number */ off64_t d_off; /* 64-bit offset to next structure */