Date: Mon, 28 Jul 2003 15:50:42 -0700 (PDT) From: "Simon L. Nielsen" <simon@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string Makefile.inc index.3 rindex.3 strchr.3 strrchr.3 Message-ID: <200307282250.h6SMog19043855@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307282250.h6SMog19043855>