diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-10-07 01:50:27 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-10-07 01:50:27 +0000 |
commit | 68bed08ac78ff7668e14402de4e2dfc27ca24f2f (patch) | |
tree | f14ac48abbb4c7686cd9b441d77b0799785ef0d8 /lib/libc/gen/directory.3 | |
parent | 3861af4421d01e36be5f0c6c15e65be88eec46a2 (diff) |
getdirentries(2) is dead; long live getdents(2)!
confirmation that getdirentries(2) is unused by ports from sthen@ and naddy@
Diffstat (limited to 'lib/libc/gen/directory.3')
-rw-r--r-- | lib/libc/gen/directory.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3 index 9866bfc5cb1..99c8f1d0a79 100644 --- a/lib/libc/gen/directory.3 +++ b/lib/libc/gen/directory.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: directory.3,v 1.22 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: directory.3,v 1.23 2013/10/07 01:50:25 guenther Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: October 7 2013 $ .Dt DIRECTORY 3 .Os .Sh NAME @@ -250,7 +250,7 @@ and functions may also fail and set .Va errno for any of the errors specified for the routine -.Xr getdirentries 2 . +.Xr getdents 2 . .Pp The .Fn telldir @@ -267,7 +267,7 @@ for any of the errors specified for the routine .Xr close 2 . .Sh SEE ALSO .Xr close 2 , -.Xr getdirentries 2 , +.Xr getdents 2 , .Xr lseek 2 , .Xr open 2 , .Xr dir 5 |