getdents.2: wfix (off-by-one kernel version)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-11 22:38:55 +02:00
parent 30e3ba675c
commit 77cbbd07eb
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ field is implemented since Linux 2.6.4.
It occupies a space that was previously a zero-filled padding byte in the
.IR linux_dirent
structure.
Thus, on kernels before 2.6.3,
Thus, on kernels up to and including 2.6.3,
attempting to access this field always provides the value 0
.RB ( DT_UNKNOWN ).
.PP