summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/tsearch.3
diff options
context:
space:
mode:
authortedu <>2013-06-05 03:39:23 +0000
committertedu <>2013-06-05 03:39:23 +0000
commit2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4 (patch)
tree97667fe496ef1ff70a824f63a20a3b9e63a34bc8 /src/lib/libc/stdlib/tsearch.3
parent5cfc174d3b34f5dba4b190a4ca81bfe03551259f (diff)
downloadopenbsd-2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4.tar.gz
openbsd-2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4.tar.bz2
openbsd-2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4.zip
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to '')
-rw-r--r--src/lib/libc/stdlib/tsearch.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/tsearch.3 b/src/lib/libc/stdlib/tsearch.3
index 829c4edf72..46d0bba10c 100644
--- a/src/lib/libc/stdlib/tsearch.3
+++ b/src/lib/libc/stdlib/tsearch.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: tsearch.3,v 1.18 2012/07/08 10:25:55 guenther Exp $ 1.\" $OpenBSD: tsearch.3,v 1.19 2013/06/05 03:39:23 tedu Exp $
2.\" 2.\"
3.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> 3.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: July 8 2012 $ 17.Dd $Mdocdate: June 5 2013 $
18.Dt TSEARCH 3 18.Dt TSEARCH 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -24,7 +24,7 @@
24.Nm twalk 24.Nm twalk
25.Nd manipulate binary search trees 25.Nd manipulate binary search trees
26.Sh SYNOPSIS 26.Sh SYNOPSIS
27.Fd #include <search.h> 27.In search.h
28.Ft void * 28.Ft void *
29.Fn tdelete "const void *key" "void **rootp" "int (*compar)(const void *, const void *)" 29.Fn tdelete "const void *key" "void **rootp" "int (*compar)(const void *, const void *)"
30.Ft void * 30.Ft void *