tsearch.3: Minor tweak to Florian's patch

Use consistent argument names in twalk() and twalk_r().

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-05-04 17:50:09 -05:00
parent befe2896c9
commit 2b6329ad13
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ tsearch, tfind, tdelete, twalk, tdestroy \- manage a binary search tree
.B #include <search.h>
.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