cvs commit: src/lib/libc/string Makefile.inc index.3 rindex.3 strchr.3 strrchr.3

Simon L. Nielsen simon at FreeBSD.org
Mon Jul 28 15:51:26 PDT 2003


simon       2003/07/28 15:50:42 PDT

  FreeBSD src repository (doc committer)

  Modified files:
    lib/libc/string      Makefile.inc index.3 strchr.3 
  Removed files:
    lib/libc/string      rindex.3 strrchr.3 
  Log:
  * Merge index(3) and rindex(3) to index(3) since the two functions are
    almost identical.
  * Merge strchr(3) and strrchr(3) to strchr(3) since the two functions
    are almost identical.
  * Make the wording of index(3) and strchr(3) more similar.
  * mdoc(7) cleanup.
  
  Submitted by:   SUZUKI Koichi <metal at gc5.so-net.ne.jp>, keramida, myself
  PR:             docs/32054
  Reviewed by:    ru
  Approved by:    ceri (mentor)
  
  Revision  Changes    Path
  1.33      +4 -2      src/lib/libc/string/Makefile.inc
  1.9       +30 -14    src/lib/libc/string/index.3
  1.9       +0 -92     src/lib/libc/string/rindex.3 (dead)
  1.10      +27 -17    src/lib/libc/string/strchr.3
  1.10      +0 -91     src/lib/libc/string/strrchr.3 (dead)


More information about the cvs-src mailing list