OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / lsearch.3
index 9f04765..65a526d 100644 (file)
@@ -1,6 +1,6 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
 .\" Copyright 1995 Jim Van Zandt <jrv@vanzandt.mv.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -20,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Corrected prototype and include, aeb, 990927
 .TH LSEARCH 3  1999-09-27 "GNU" "Linux Programmer's Manual"
@@ -55,7 +56,7 @@ object is inserted at the end of the table, and \fI*nmemb\fP is
 incremented.
 In particular, one should know that a matching element
 exists, or that more room is available.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 .BR lfind ()
 returns a pointer to a matching member of the array, or
 NULL if no match is found.
@@ -63,12 +64,12 @@ NULL if no match is found.
 returns a pointer to
 a matching member of the array, or to the newly added member if no
 match is found.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 SVr4, 4.3BSD, POSIX.1-2001.
 Present in libc since libc-4.6.27.
 .SH BUGS
 The naming is unfortunate.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR bsearch (3),
 .BR hsearch (3),
 .BR tsearch (3)