add ANSI standards section
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 17 May 1990 03:27:46 +0000 (19:27 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 17 May 1990 03:27:46 +0000 (19:27 -0800)
SCCS-vsn: lib/libc/stdlib/bsearch.3 5.2

usr/src/lib/libc/stdlib/bsearch.3

index b1ede88..0178973 100644 (file)
@@ -1,19 +1,9 @@
-.\" Copyright (c) 1989 The Regents of the University of California.
+.\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" All rights reserved.
 .\"
-.\" Redistribution and use in source and binary forms are permitted
-.\" provided that the above copyright notice and this paragraph are
-.\" duplicated in all such forms and that any documentation,
-.\" advertising materials, and other materials related to such
-.\" distribution and use acknowledge that the software was developed
-.\" by the University of California, Berkeley.  The name of the
-.\" University may not be used to endorse or promote products derived
-.\" from this software without specific prior written permission.
-.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+.\" %sccs.include.redist.man%
 .\"
 .\"
-.\"    @(#)bsearch.3   5.1 (Berkeley) %G%
+.\"    @(#)bsearch.3   5.2 (Berkeley) %G%
 .\"
 .TH BSEARCH 3 ""
 .UC 7
 .\"
 .TH BSEARCH 3 ""
 .UC 7
@@ -63,6 +53,5 @@ If two members compare as equal, which member is matched is unspecified.
 .SH "SEE ALSO"
 hsearch(3), lsearch(3), qsort(3), tsearch(3)
 .SH STANDARDS
 .SH "SEE ALSO"
 hsearch(3), lsearch(3), qsort(3), tsearch(3)
 .SH STANDARDS
-The
-.I bsearch
-function is ANSI C compatible.
+.B Bsearch
+conforms to ANSI X3.159-1989 (``ANSI C'').