From owner-cvs-all@FreeBSD.ORG Fri Feb 25 23:49:59 2005 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 A228A16A4CF; Fri, 25 Feb 2005 23:49:59 +0000 (GMT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA0C43D6E; Fri, 25 Feb 2005 23:49:59 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.41.15) by smtp01.syd.iprimus.net.au (7.0.036) id 41A76DD902740CFA; Sat, 26 Feb 2005 10:49:26 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 577AE436D; Sat, 26 Feb 2005 10:49:25 +1100 (EST) Date: Sat, 26 Feb 2005 10:49:25 +1100 From: Tim Robbins To: Tom Rhodes Message-ID: <20050225234925.GA42253@cat.robbins.dropbear.id.au> References: <200502232240.j1NMejxr095521@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502232240.j1NMejxr095521@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/wc wc.1 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: Fri, 25 Feb 2005 23:49:59 -0000 On Wed, Feb 23, 2005 at 10:40:45PM +0000, Tom Rhodes wrote: > trhodes 2005-02-23 22:40:45 UTC > > FreeBSD src repository > > Modified files: > usr.bin/wc wc.1 > Log: > Add better mdoc(7) mark up, clean up wording, better describe the effects > of some arguments. > > PR: 47705 > Based on a patch submitted by: Gary W. Swearingen > Glanced at by: simon 74: .It Fl c 75: The number of bytes in each input file 76: is written to the standard output. 1.22 ! trhodes 77: This will cancel out any prior usage of the ! 78: .Fl w ! 79: option. This should be "prior usage of the -m option". Tim