From 5df2ee037d8ec97384fac01e7f6551797d4f5b90 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 2 Oct 2008 11:35:50 +0200 Subject: [PATCH] getdents.2: The DT_* constants are defined in Signed-off-by: Michael Kerrisk --- man2/getdents.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/getdents.2 b/man2/getdents.2 index 9168222ae..dc14fa4b7 100644 --- a/man2/getdents.2 +++ b/man2/getdents.2 @@ -86,7 +86,8 @@ is a null-terminated filename. .I d_type is a byte at the end of the structure that indicates the file type. -It contains one of the following values: +It contains one of the following values (defined in +.IR ): .TP 12 .B DT_BLK This is a block device.