From 54a32460dc6aa57316f66dfd3eb2bab0afa7263b Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 6 May 2015 15:30:05 +0000 Subject: [PATCH] Remove the note about seekdir() removing telldir() cookies. That was removed back in r269204. MFC after: 3 days --- lib/libc/gen/directory.3 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3 index e1874da6c838..f0d0f4b97f0d 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