From owner-cvs-src@FreeBSD.ORG Mon Jul 28 15:51:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3582B37B445; Mon, 28 Jul 2003 15:51:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E74B44049; Mon, 28 Jul 2003 15:50:45 -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 h6SMog0U043856; Mon, 28 Jul 2003 15:50:42 -0700 (PDT) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6SMog19043855; Mon, 28 Jul 2003 15:50:42 -0700 (PDT) Message-Id: <200307282250.h6SMog19043855@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 28 Jul 2003 15:50:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/string Makefile.inc index.3 rindex.3 strchr.3 strrchr.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 22:51:26 -0000 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 , 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)