]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
tsearch.3: Minor tweak to Florian's patch
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 4 May 2019 22:50:09 +0000 (17:50 -0500)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 5 May 2019 23:24:35 +0000 (18:24 -0500)
Use consistent argument names in twalk() and twalk_r().

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/tsearch.3

index a3df9617aef99230876ef636b9a781a7fb54eff4..5422d6c0f089f799554b3bcb5db85c2e9d24e7cd 100644 (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