Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdlib Remove superfluous Pp, sort sections.
details: https://anonhg.NetBSD.org/src/rev/cde5560b19b2
branches: trunk
changeset: 582939:cde5560b19b2
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Jul 12 08:28:42 2005 +0000
description:
Remove superfluous Pp, sort sections.
diffstat:
lib/libc/stdlib/lsearch.3 | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r a8a7cf2c72d7 -r cde5560b19b2 lib/libc/stdlib/lsearch.3
--- a/lib/libc/stdlib/lsearch.3 Tue Jul 12 08:28:27 2005 +0000
+++ b/lib/libc/stdlib/lsearch.3 Tue Jul 12 08:28:42 2005 +0000
@@ -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 @@
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 @@
.Fn lfind
functions conform to
.St -p1003.1-2001 .
-.Sh SEE ALSO
-.Xr bsearch 3 ,
-.Xr db 3
Home |
Main Index |
Thread Index |
Old Index