Module Name:    src
Committed By:   snj
Date:           Sun Apr 12 02:31:34 UTC 2009

Modified Files:
        src/lib/libc/stdlib [netbsd-5]: tsearch.3

Log Message:
Pull up following revision(s) (requested by joerg in ticket #695):
        lib/libc/stdlib/tsearch.3: revision 1.10
Fix markup.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.12.1 src/lib/libc/stdlib/tsearch.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdlib/tsearch.3
diff -u src/lib/libc/stdlib/tsearch.3:1.9 src/lib/libc/stdlib/tsearch.3:1.9.12.1
--- src/lib/libc/stdlib/tsearch.3:1.9	Fri Dec  7 07:33:13 2007
+++ src/lib/libc/stdlib/tsearch.3	Sun Apr 12 02:31:34 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: tsearch.3,v 1.9 2007/12/07 07:33:13 simonb Exp $
+.\" $NetBSD: tsearch.3,v 1.9.12.1 2009/04/12 02:31:34 snj Exp $
 .\" Copyright (c) 1997 Todd C. Miller <todd.mil...@courtesan.com>
 .\" All rights reserved.
 .\"
@@ -86,7 +86,7 @@
 .Pp
 .Fn twalk
 walks the binary search tree rooted in
-.fa root
+.Va root
 and calls the function
 .Fa action
 on each node.

Reply via email to