OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / bcmp.3
index 7db8c1b..a53917a 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
 .\"
+.\" %%%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.
@@ -19,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
 .\"
 .\" References consulted:
 .\"     Linux libc source code
@@ -51,19 +53,19 @@ is zero,
 .BR bcmp ()
 returns 0.
 Otherwise it returns a nonzero result.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR bcmp ()
 function returns 0 if the byte sequences are equal,
 otherwise a nonzero result is returned.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 4.3BSD.
 This function is deprecated (marked as LEGACY in POSIX.1-2001): use
 .BR memcmp (3)
 in new programs.
 POSIX.1-2008 removes the specification of
 .BR bcmp ().
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR memcmp (3),
 .BR strcasecmp (3),
 .BR strcmp (3),