From owner-cvs-all@FreeBSD.ORG Tue Aug 12 14:03:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A1A737B401; Tue, 12 Aug 2003 14:03:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78F2B43FF9; Tue, 12 Aug 2003 14:03:39 -0700 (PDT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7CL3d0U088295; Tue, 12 Aug 2003 14:03:39 -0700 (PDT) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7CL3cuF088294; Tue, 12 Aug 2003 14:03:38 -0700 (PDT) Message-Id: <200308122103.h7CL3cuF088294@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 12 Aug 2003 14:03:38 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/string Makefile.inc index.3 rindex.3 strchr.3 strrchr.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 21:03:49 -0000 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)