Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2015 15:07:06 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r283914 - stable/10/lib/libc/gen
Message-ID:  <201506021507.t52F76pV067723@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Tue Jun  2 15:07:06 2015
New Revision: 283914
URL: https://svnweb.freebsd.org/changeset/base/283914

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

Modified:
  stable/10/lib/libc/gen/directory.3
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/gen/directory.3
==============================================================================
--- stable/10/lib/libc/gen/directory.3	Tue Jun  2 15:02:30 2015	(r283913)
+++ stable/10/lib/libc/gen/directory.3	Tue Jun  2 15:07:06 2015	(r283914)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506021507.t52F76pV067723>