svn commit: r282552 - head/lib/libc/gen

John Baldwin jhb at FreeBSD.org
Wed May 6 15:30:06 UTC 2015


Author: jhb
Date: Wed May  6 15:30:05 2015
New Revision: 282552
URL: https://svnweb.freebsd.org/changeset/base/282552

Log:
  Remove the note about seekdir() removing telldir() cookies.  That was
  removed back in r269204.
  
  MFC after:	3 days

Modified:
  head/lib/libc/gen/directory.3

Modified: head/lib/libc/gen/directory.3
==============================================================================
--- head/lib/libc/gen/directory.3	Wed May  6 15:29:11 2015	(r282551)
+++ head/lib/libc/gen/directory.3	Wed May  6 15:30:05 2015	(r282552)
@@ -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


More information about the svn-src-all mailing list