From owner-cvs-src@FreeBSD.ORG Wed Oct 29 10:15:49 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 94DA616A4CE; Wed, 29 Oct 2003 10:15:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13CFA43FBD; Wed, 29 Oct 2003 10:15:49 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9TIFmXJ040188; Wed, 29 Oct 2003 10:15:48 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9TIFmaG040187; Wed, 29 Oct 2003 10:15:48 -0800 (PST) (envelope-from simon) Message-Id: <200310291815.h9TIFmaG040187@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 29 Oct 2003 10:15:48 -0800 (PST) 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 index.3 strchr.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: Wed, 29 Oct 2003 18:15:49 -0000 simon 2003/10/29 10:15:48 PST FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) lib/libc/string index.3 strchr.3 Log: MFC: index(3) 1.10 and strchr(3) 1.11 Move a sentence about the terminating \0 from the RETURN VALUES section (where it didn't really belong), to the DESCRIPTION section. Revision Changes Path 1.3.2.5 +7 -7 src/lib/libc/string/index.3 1.4.2.6 +7 -7 src/lib/libc/string/strchr.3