summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/lsearch.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/lsearch.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/lsearch.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/lsearch.3 b/src/lib/libc/stdlib/lsearch.3
index 86638ae621..c5a55980e1 100644
--- a/src/lib/libc/stdlib/lsearch.3
+++ b/src/lib/libc/stdlib/lsearch.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: lsearch.3,v 1.9 2009/02/10 21:47:56 jmc Exp $ 1.\" $OpenBSD: lsearch.3,v 1.10 2013/06/05 03:39:23 tedu Exp $
2.\" 2.\"
3.\" Copyright (c) 1989, 1991, 1993 3.\" Copyright (c) 1989, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
29.\" 29.\"
30.\" @(#)lsearch.3 8.1 (Berkeley) 6/4/93 30.\" @(#)lsearch.3 8.1 (Berkeley) 6/4/93
31.\" 31.\"
32.Dd $Mdocdate: February 10 2009 $ 32.Dd $Mdocdate: June 5 2013 $
33.Dt LSEARCH 3 33.Dt LSEARCH 3
34.Os 34.Os
35.Sh NAME 35.Sh NAME
@@ -37,7 +37,7 @@
37.Nm lfind 37.Nm lfind
38.Nd linear searching routines 38.Nd linear searching routines
39.Sh SYNOPSIS 39.Sh SYNOPSIS
40.Fd #include <search.h> 40.In search.h
41.Ft char * 41.Ft char *
42.Fn lsearch "const void *key" "const void *base" "size_t *nelp" \ 42.Fn lsearch "const void *key" "const void *base" "size_t *nelp" \
43 "size_t width" "int (*compar)(const void *, const void *)" 43 "size_t width" "int (*compar)(const void *, const void *)"