summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-11-19 22:59:50 +0000
committerUlrich Drepper <drepper@redhat.com>1997-11-19 22:59:50 +0000
commitba664d7a58792de3fadf2ad2d20b0dac1c416ae6 (patch)
treee261764c1087971461f36790641c43685c477e74
parent4d37e7a0496129dea881a421207b8e5f16e50c4a (diff)
(Scanning Directory Content): Document error case more.
-rw-r--r--manual/filesys.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi
index afe072c594..889c083c12 100644
--- a/manual/filesys.texi
+++ b/manual/filesys.texi
@@ -338,7 +338,7 @@ value. Use @code{readdir_r} when this is critical.
@comment dirent.h
@comment GNU
-@deftypefun int readdir_r (DIR *@var{dirstream}, struct *@var{entry}, struct **@var{result})
+@deftypefun int readdir_r (DIR *@var{dirstream}, struct dirent *@var{entry}, struct dirent **@var{result})
This function is the reentrant version of @code{readdir}. Like
@code{readdir} it returns the next entry from the directory. But to
prevent conflicts for simultaneously running threads the result is not