diff options
author | jhb <jhb@FreeBSD.org> | 2015-05-06 15:30:05 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2015-05-06 15:30:05 +0000 |
commit | 54a32460dc6aa57316f66dfd3eb2bab0afa7263b (patch) | |
tree | de3d9c7f625e851bc206e3b55cd050cb3f934041 /lib/libc/gen/directory.3 | |
parent | c494c11514fa9e88522a76b350cf526a5c593df2 (diff) | |
download | FreeBSD-src-54a32460dc6aa57316f66dfd3eb2bab0afa7263b.zip FreeBSD-src-54a32460dc6aa57316f66dfd3eb2bab0afa7263b.tar.gz |
Remove the note about seekdir() removing telldir() cookies. That was
removed back in r269204.
MFC after: 3 days
Diffstat (limited to 'lib/libc/gen/directory.3')
-rw-r--r-- | lib/libc/gen/directory.3 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3 index e1874da..f0d0f4b 100644 --- a/lib/libc/gen/directory.3 +++ b/lib/libc/gen/directory.3 @@ -28,7 +28,7 @@ .\" @(#)directory.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd July 28, 2014 +.Dd May 6, 2015 .Dt DIRECTORY 3 .Os .Sh NAME @@ -263,12 +263,6 @@ function appeared in function appeared in .Fx 10.0 . .Sh BUGS -The invalidation of -.Fn telldir -tokens when calling -.Fn seekdir -is non-standard. This is a compile time option. -.Pp The behaviour of .Fn telldir and |