diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-08-18 08:00:43 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-08-18 08:00:43 +0200 |
| commit | 5478b148a1e8c1d5ef8f9fb1c69a621fa64eb64c (patch) | |
| tree | 949c6d177b3fdf1c4cc72ffcb2bfe918a4f77087 /man3 | |
| parent | 28d0f81e1c79f139660a31c5481e0ce985da25cf (diff) | |
| download | man-pages-5478b148a1e8c1d5ef8f9fb1c69a621fa64eb64c.tar.gz | |
tsearch.3: NAME: add twalk_r
This function is described in the page.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/tsearch.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/tsearch.3 b/man3/tsearch.3 index 28631825f9..a1241e1540 100644 --- a/man3/tsearch.3 +++ b/man3/tsearch.3 @@ -24,7 +24,7 @@ .\" .TH TSEARCH 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME -tsearch, tfind, tdelete, twalk, tdestroy \- manage a binary search tree +tsearch, tfind, tdelete, twalk, twalk_r, tdestroy \- manage a binary search tree .SH SYNOPSIS .nf .B #include <search.h> |
