From 53780be7d773572f95dbf8e8e7335500dd43835e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 27 Dec 2006 04:24:18 +0000 Subject: [PATCH] spfix --- man3/tsearch.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/tsearch.3 b/man3/tsearch.3 index 254ddc409b..dfce3e5807 100644 --- a/man3/tsearch.3 +++ b/man3/tsearch.3 @@ -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 -- 2.47.2