From 2b6329ad13682650ded3a5596dd3da89f9c74a4f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 4 May 2019 17:50:09 -0500 Subject: [PATCH] tsearch.3: Minor tweak to Florian's patch Use consistent argument names in twalk() and twalk_r(). Signed-off-by: Michael Kerrisk --- man3/tsearch.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/tsearch.3 b/man3/tsearch.3 index a3df9617a..5422d6c0f 100644 --- a/man3/tsearch.3 +++ b/man3/tsearch.3 @@ -48,7 +48,7 @@ tsearch, tfind, tdelete, twalk, tdestroy \- manage a binary search tree .B #include .PP .BI "void twalk_r(const void *" root , -.BI " void (*" action ")(const void *" np ", VISIT " which , +.BI " void (*" action ")(const void *" nodep ", VISIT " which , .BI " void *" closure "), .BI " void *" closure ); .PP