From 30508251e36a9fc6f1d5791f878f8ad77f8c2339 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 2 Oct 2008 13:20:39 +0200 Subject: [PATCH] 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 --- man2/readdir.2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/man2/readdir.2 b/man2/readdir.2 index a757da1f8..b2b1c53fd 100644 --- a/man2/readdir.2 +++ b/man2/readdir.2 @@ -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 -.B #include .sp .BI "int readdir(unsigned int " fd ", struct dirent *" dirp "," .BI " unsigned int " count );