svn commit: r307343 - head/lib/libc/stdlib

Ed Schouten ed at FreeBSD.org
Sat Oct 15 08:09:56 UTC 2016


Author: ed
Date: Sat Oct 15 08:09:55 2016
New Revision: 307343
URL: https://svnweb.freebsd.org/changeset/base/307343

Log:
  Improve phrasing of the STANDARDS section.
  
  Reported by:	wblock
  MFC after:	1 month
  Differential Revision:	https://reviews.freebsd.org/D8205

Modified:
  head/lib/libc/stdlib/tsearch.3

Modified: head/lib/libc/stdlib/tsearch.3
==============================================================================
--- head/lib/libc/stdlib/tsearch.3	Sat Oct 15 07:38:27 2016	(r307342)
+++ head/lib/libc/stdlib/tsearch.3	Sat Oct 15 08:09:55 2016	(r307343)
@@ -142,10 +142,10 @@ The
 .Fa posix_tnode
 type is not part of
 .St -p1003.1-2008 ,
-but it is expected to be standardized by future versions of the standard.
+but is expected to be standardized by future versions of the standard.
 It is defined as
 .Fa void
 for source-level compatibility.
 Using
 .Fa posix_tnode
-makes it easier to distinguish between nodes and keys.
+makes distinguishing between nodes and keys easier.


More information about the svn-src-head mailing list