diff options
Diffstat (limited to 'lib/libc/stdlib/tsearch.3')
-rw-r--r-- | lib/libc/stdlib/tsearch.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/tsearch.3 b/lib/libc/stdlib/tsearch.3 index 8456457e272..79e220e2cb5 100644 --- a/lib/libc/stdlib/tsearch.3 +++ b/lib/libc/stdlib/tsearch.3 @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: tsearch.3,v 1.5 1999/06/29 18:36:24 aaron Exp $ +.\" $OpenBSD: tsearch.3,v 1.6 1999/07/04 18:59:43 aaron Exp $ .\" .Dd June 15, 1997 .Dt TSEARCH 3 @@ -84,7 +84,7 @@ will be adjusted. .Pp .Fn twalk walks the binary search tree rooted in -.fa root +.Fa root and calls the function .Fa action on each node. |