diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-09 04:54:47 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-09 04:54:47 +0000 |
| commit | 331dcdd6c6519caeb6df151a82f02477d5cfb333 (patch) | |
| tree | e6324c6e62b95193265b8b5d98ce41d11dda0bc9 | |
| parent | 02cd273d55dfc3f9c999bbf381d950fcafd46473 (diff) | |
| download | man-pages-331dcdd6c6519caeb6df151a82f02477d5cfb333.tar.gz | |
wfix
| -rw-r--r-- | man3/readdir.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/readdir.3 b/man3/readdir.3 index c37d69c4e9..5d556661ee 100644 --- a/man3/readdir.3 +++ b/man3/readdir.3 @@ -40,7 +40,7 @@ readdir, readdir_r \- read a directory .sp .BI "struct dirent *readdir(DIR *" dir ); .sp -.BI "int readdir(DIR *" dir ", struct dirent *" entry \ +.BI "int readdir_r(DIR *" dir ", struct dirent *" entry \ ", struct dirent **" result ); .fi .SH DESCRIPTION |
