getdents.2: The DT_* constants are defined in <dirent.h>

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-02 11:35:50 +02:00
parent 298c502435
commit 5df2ee037d
1 changed files with 2 additions and 1 deletions

View File

@ -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 <dirent.h> ):
.TP 12
.B DT_BLK
This is a block device.