readdir.2: remove header files from SYNOPSIS

glibc doesn't provide any support for readdir(2),
so remove these header files (which otherwirse suggest
that glibc does provide the required pieces).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-02 13:20:39 +02:00
parent d03fa0d508
commit 30508251e3
1 changed files with 1 additions and 3 deletions

View File

@ -25,13 +25,11 @@
.\" In 1.3.X, returns only one entry each time; return value is different.
.\" Modified 2004-12-01, mtk, fixed headers listed in SYNOPSIS
.\"
.TH READDIR 2 2007-06-01 "Linux" "Linux Programmer's Manual"
.TH READDIR 2 2008-10-02 "Linux" "Linux Programmer's Manual"
.SH NAME
readdir \- read directory entry
.SH SYNOPSIS
.nf
.B #include <linux/types.h>
.B #include <linux/dirent.h>
.sp
.BI "int readdir(unsigned int " fd ", struct dirent *" dirp ","
.BI " unsigned int " count );