diff options
Diffstat (limited to 'src/lib/libc/stdlib/tsearch.3')
-rw-r--r-- | src/lib/libc/stdlib/tsearch.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/tsearch.3 b/src/lib/libc/stdlib/tsearch.3 index 589f0574a8..ebc521ba17 100644 --- a/src/lib/libc/stdlib/tsearch.3 +++ b/src/lib/libc/stdlib/tsearch.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tsearch.3,v 1.13 2006/01/30 19:50:41 jmc Exp $ | 1 | .\" $OpenBSD: tsearch.3,v 1.14 2006/04/04 11:21:50 moritz Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> | 3 | .\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> |
4 | .\" | 4 | .\" |
@@ -74,7 +74,7 @@ and | |||
74 | .Fn tsearch . | 74 | .Fn tsearch . |
75 | If the node to be deleted is the root of the binary search tree, | 75 | If the node to be deleted is the root of the binary search tree, |
76 | .Fa rootp | 76 | .Fa rootp |
77 | will be adjusted. | 77 | will be adjusted and a pointer to the new root will be returned. |
78 | .Pp | 78 | .Pp |
79 | .Fn twalk | 79 | .Fn twalk |
80 | walks the binary search tree rooted in | 80 | walks the binary search tree rooted in |