Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2002 14:07:40 -0700 (PDT)
From:      Robert Drehmel <robert@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/string bcmp.3 bcmp.c
Message-ID:  <200208302107.g7UL7eNB032886@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
robert      2002/08/30 14:07:40 PDT

  Modified files:
    lib/libc/string      bcmp.3 bcmp.c 
  Log:
   - Update the manual page of bcmp(3) by replacing
       .In string.h
     with
       .In strings.h
     and adding a sentence to the HISTORY section.
   - Use an ANSI-C function definition.
   - Include <strings.h> instead of <string.h>.
   - Apply style(9): Put a space after return keywords.
  
  Revision  Changes    Path
  1.9       +9 -2      src/lib/libc/string/bcmp.3
  1.5       +4 -6      src/lib/libc/string/bcmp.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208302107.g7UL7eNB032886>