diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-17 19:32:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-17 19:32:14 +0000 |
commit | dae0357ced1a6008eea9854fcc9e6f143b7270f0 (patch) | |
tree | f5b0065527bc926ce8583bb5bdabeeb494e9871c /share | |
parent | 6b4681d59097033eaa03e444110bad2fa55e5ee6 (diff) |
typos;
from Maxim Tsyplakov;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/tree.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3 index d8046b67c18..83277efa020 100644 --- a/share/man/man3/tree.3 +++ b/share/man/man3/tree.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tree.3,v 1.10 2003/11/05 19:41:33 jmc Exp $ +.\" $OpenBSD: tree.3,v 1.11 2004/02/17 19:32:13 jmc Exp $ .\"/* .\" * Copyright 2002 Niels Provos <provos@citi.umich.edu> .\" * All rights reserved. @@ -366,7 +366,7 @@ The macro initializes the tree referenced by .Fa head . .Pp -The redblack tree can also be initialized statically by using the +The red-black tree can also be initialized statically by using the .Fn RB_INITIALIZER macro like this: .Bd -literal -offset indent @@ -415,7 +415,7 @@ RB_FOREACH(np, NAME, &head) .Pp The .Fn RB_EMPTY -macro should be used to check whether a splay tree is empty. +macro should be used to check whether a red-black tree is empty. .Sh NOTES Trying to free a tree in the following way is a common error: .Bd -literal -offset indent |