diff --git a/man3/bcmp.3 b/man3/bcmp.3 index a7a27d1ea..14daf48de 100644 --- a/man3/bcmp.3 +++ b/man3/bcmp.3 @@ -26,7 +26,7 @@ .\" 386BSD man pages .\" Modified Sat Jul 24 21:36:50 1993 by Rik Faith .\" Modified Tue Oct 22 23:47:36 1996 by Eric S. Raymond -.TH BCMP 3 2002-12-31 "Linux" "Linux Programmer's Manual" +.TH BCMP 3 2008-08-06 "Linux" "Linux Programmer's Manual" .SH NAME bcmp \- compare byte sequences .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 .BR memcmp (3) 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" .BR memcmp (3), .BR strcasecmp (3),