summaryrefslogtreecommitdiff
path: root/man/2/readdir
diff options
context:
space:
mode:
Diffstat (limited to 'man/2/readdir')
-rw-r--r--man/2/readdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/2/readdir b/man/2/readdir
index c7acb7ec..643b5182 100644
--- a/man/2/readdir
+++ b/man/2/readdir
@@ -29,7 +29,7 @@ The integer element of the tuple is the number of entries
returned, or \-1 if there was an error reading the directory.
.B Readdir
differs from
-.I sys-dirread (2)
+.IR sys-dirread (2)
in returning the contents of the whole directory, not just a chunk of it,
and in allowing the result to be sorted.
.PP