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

Simon L. Nielsen simon at FreeBSD.org
Tue Aug 12 14:03:50 PDT 2003


simon       2003/08/12 14:03:38 PDT

  FreeBSD src repository (doc committer)

  Modified files:        (Branch: RELENG_4)
    lib/libc/string      Makefile.inc index.3 strchr.3 
  Removed files:         (Branch: RELENG_4)
    lib/libc/string      rindex.3 strrchr.3 
  Log:
  MFC:    Makefile.inc 1.33, index(3) 1.8 + 1.9, rindex(3) 1.9,
          strchr(3) 1.9 + 1.10, strrchr(3) 1.10
  
  * 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.
  
  Revision  Changes    Path
  1.19.2.6  +4 -2      src/lib/libc/string/Makefile.inc
  1.3.2.4   +29 -13    src/lib/libc/string/index.3
  1.3.2.4   +0 -85     src/lib/libc/string/rindex.3 (dead)
  1.4.2.5   +29 -19    src/lib/libc/string/strchr.3
  1.5.2.5   +0 -91     src/lib/libc/string/strrchr.3 (dead)


More information about the cvs-src mailing list