summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-24 00:40:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-24 00:40:38 +0000
commit5805c9aa33e6da064053e706d60ee9f76c4094f3 (patch)
tree68426f047df074525eb3f28f1fcd9c5c049dcf0f /lib/libc/gen
parentbf840418f497e7616227cd6d9efa7286e646bce9 (diff)
does not use read(2)
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/directory.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3
index f25736df2ac..0e88b92587c 100644
--- a/lib/libc/gen/directory.3
+++ b/lib/libc/gen/directory.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: directory.3,v 1.3 1996/08/19 08:22:21 tholo Exp $
+.\" $OpenBSD: directory.3,v 1.4 1997/07/24 00:40:37 deraadt Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -168,7 +168,7 @@ return NOT_FOUND;
.Sh SEE ALSO
.Xr open 2 ,
.Xr close 2 ,
-.Xr read 2 ,
+.Xr getdirentries 2 ,
.Xr lseek 2 ,
.Xr dir 5
.Sh HISTORY