diff options
author | jhb <jhb@FreeBSD.org> | 2015-06-02 15:07:06 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2015-06-02 15:07:06 +0000 |
commit | 91b174b8cfd15c49f891550c80cd74a5b7d14003 (patch) | |
tree | d1deb0b50dd4a0d777d85e4f6f849aff2ff7f272 /lib/libc | |
parent | dfdf80b57ada4ce7c2f5087ef67a6eeefa756042 (diff) | |
download | FreeBSD-src-91b174b8cfd15c49f891550c80cd74a5b7d14003.zip FreeBSD-src-91b174b8cfd15c49f891550c80cd74a5b7d14003.tar.gz |
MFC 282552:
Remove the note about seekdir() removing telldir() cookies. That was
removed back in r269204.
Diffstat (limited to 'lib/libc')
-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 |