POSIX.1-2008 removes the specification of bcmp().

This commit is contained in:
Michael Kerrisk 2008-08-06 10:54:00 +00:00
parent 05c1f95677
commit fed8765228
1 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@
.\" 386BSD man pages .\" 386BSD man pages
.\" Modified Sat Jul 24 21:36:50 1993 by Rik Faith <faith@cs.unc.edu> .\" Modified Sat Jul 24 21:36:50 1993 by Rik Faith <faith@cs.unc.edu>
.\" Modified Tue Oct 22 23:47:36 1996 by Eric S. Raymond <esr@thyrsus.com> .\" Modified Tue Oct 22 23:47:36 1996 by Eric S. Raymond <esr@thyrsus.com>
.TH BCMP 3 2002-12-31 "Linux" "Linux Programmer's Manual" .TH BCMP 3 2008-08-06 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
bcmp \- compare byte sequences bcmp \- compare byte sequences
.SH SYNOPSIS .SH SYNOPSIS
@ -61,7 +61,8 @@ otherwise a non-zero result is returned.
This function is deprecated (marked as LEGACY in POSIX.1-2001): use This function is deprecated (marked as LEGACY in POSIX.1-2001): use
.BR memcmp (3) .BR memcmp (3)
in new programs. in new programs.
.\" FIXME . Mar 08: The next POSIX.1 revision removes bcmp(). POSIX.1-2008 removes the specification of
.BR bcmp ().
.SH "SEE ALSO" .SH "SEE ALSO"
.BR memcmp (3), .BR memcmp (3),
.BR strcasecmp (3), .BR strcasecmp (3),