Error in getdents(2) manual page
Just a Normal Person <[email protected]> Fri, 22 Jan 2016 23:01:12 +0100
| Newsgroups | gmane.os.netbsd.documentation,gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <CAMVejV1QZnzzayzugUQzrbQcBAbfpuXw81kjvPOUM2mCvozGrg@mail.gmail.com> |
I've found a typo in the getdents(2) manual page today. In the description of a dirent structure as given by the getdents(2) manual page, d_name is erronously described as being MAXNAMELEN + 1 bytes long, while actually it is MAXNAMLEN + 1 bytes long, as correctly described in dirent(3) - Giuseppe Gatta