Remove superfluous Pp, sort sections.

This commit is contained in:
wiz 2005-07-12 08:28:42 +00:00
parent d2aabe58d4
commit 2c8c6850a4

View File

@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)lsearch.3 8.1 (Berkeley) 6/4/93
.\" $NetBSD: lsearch.3,v 1.2 2005/07/06 16:57:28 drochner Exp $
.\" $NetBSD: lsearch.3,v 1.3 2005/07/12 08:28:42 wiz Exp $
.\"
.Dd July 6, 2005
.Dt LSEARCH 3
@ -44,7 +44,6 @@
.Ft void *
.Fn lfind "const void *key" "const void *base" "size_t *nelp" "size_t width" "int (*compar)(const void *, const void *)"
.Sh DESCRIPTION
.Pp
The functions
.Fn lsearch ,
and
@ -86,6 +85,9 @@ When an element is added to the array by
the location referenced by the argument
.Fa nelp
is incremented by one.
.Sh SEE ALSO
.Xr bsearch 3 ,
.Xr db 3
.Sh STANDARDS
The
.Fn lsearch
@ -93,6 +95,3 @@ and
.Fn lfind
functions conform to
.St -p1003.1-2001 .
.Sh SEE ALSO
.Xr bsearch 3 ,
.Xr db 3