Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2020 11:42:22 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r363599 - head/share/man/man3
Message-ID:  <202007271142.06RBgMUD076121@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer)
Date: Mon Jul 27 11:42:22 2020
New Revision: 363599
URL: https://svnweb.freebsd.org/changeset/base/363599

Log:
  tree.3: Bump date after 363450 (WAVL)
  
  While here:
  - Address whitespace warnings.
  - Start sentences on a new line.

Modified:
  head/share/man/man3/tree.3

Modified: head/share/man/man3/tree.3
==============================================================================
--- head/share/man/man3/tree.3	Mon Jul 27 10:45:47 2020	(r363598)
+++ head/share/man/man3/tree.3	Mon Jul 27 11:42:22 2020	(r363599)
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 25, 2020
+.Dd July 27, 2020
 .Dt TREE 3
 .Os
 .Sh NAME
@@ -371,7 +371,7 @@ Each tree node has an associated rank.
 Balance conditions are expressed by conditions on the differences in
 rank between any node and its children.
 Rank differences are stored in each tree node.
-.Pp  
+.Pp
 The balance conditions implemented by the RB macros lead to weak AVL
 (wavl) trees, which combine the best aspects of AVL and red-black
 trees.
@@ -380,7 +380,8 @@ with the same worst-case time as red-black trees offer
 better balance in the resulting tree.
 Wavl trees rebalance after a removal in a way that requires less
 restructuring, in the worst case, than either AVL or red-black trees
-do.  Removals can lead to a tree almost as unbalanced as a red-black
+do.
+Removals can lead to a tree almost as unbalanced as a red-black
 tree; insertions lead to a tree becoming as balanced as an AVL tree.
 .Pp
 A rank-balanced tree is headed by a structure defined by the



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