]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
spfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 27 Dec 2006 04:24:18 +0000 (04:24 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 27 Dec 2006 04:24:18 +0000 (04:24 +0000)
man3/tsearch.3

index 254ddc409b553bc76b11395844a52fd9e0ed7e1c..dfce3e580791c2fcb0a432b8909805267cb3eb82 100644 (file)
@@ -92,7 +92,7 @@ before visiting the children, after the first and before the second,
 and after visiting the children. Thus, the choice of name \fBpost\%order\fP
 is rather confusing.)
 .PP
-\fBtdestroy\fP() removes the whole tree pointed to by \fIrootp\fP,
+\fBtdestroy\fP() removes the whole tree pointed to by \fIroot\fP,
 freeing all resources allocated by the \fBtsearch\fP() function. For
 the data in each tree node the function \fIfree_node\fP is called.
 The pointer to the data is passed as the argument to the function. If