Document DT_LNK (symbolic link) for d_type field.

This commit is contained in:
Michael Kerrisk 2008-06-17 15:32:03 +00:00
parent 33af850128
commit 58f362c32a
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,7 @@
.\" 2007-07-30 Ulrich Drepper <drepper@redhat.com>, mtk:
.\" Rework discussion of non-standard structure fields.
.\"
.TH READDIR 3 2007-07-30 "" "Linux Programmer's Manual"
.TH READDIR 3 2008-06-20 "" "Linux Programmer's Manual"
.SH NAME
readdir \- read a directory
.SH SYNOPSIS
@ -139,6 +139,9 @@ The file type is unknown.
.B DT_REG
This is a regular file.
.TP
.B DT_LNK
This is a symbolic link.
.TP
.B DT_DIR
This is a directory.
.TP