From owner-cvs-all Tue May 21 16:31:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 1052F37B403; Tue, 21 May 2002 16:31:17 -0700 (PDT) Received: from hades.hell.gr (patr530-b203.otenet.gr [212.205.244.211]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g4LNVDZQ003251; Wed, 22 May 2002 02:31:14 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g4LNVDBt001576; Wed, 22 May 2002 02:31:13 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g4LNVDvI001575; Wed, 22 May 2002 02:31:13 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 22 May 2002 02:31:12 +0300 From: Giorgos Keramidas To: Tom Rhodes Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/uniq uniq.1 Message-ID: <20020521233112.GB1197@hades.hell.gr> References: <200205211654.g4LGswG08321@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205211654.g4LGswG08321@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-05-21 09:54, Tom Rhodes wrote: > trhodes 2002/05/21 09:54:58 PDT > > Modified files: > usr.bin/uniq uniq.1 > Log: > Reword a small part of the uniq(1) manual page to help reduce word > duplication (ie: fields fields). > > PR: 38161 > Reviewed by: keramida > MFC after: 3 days Don't MFC this please. The first part of the diff is b0rken. You forgot to add a `fields' to the first option description. %%% -.It Fl f Ar fields +.It Fl f Ar num Ignore the first -.Ar fields +.Ar num in each input line when doing comparisons. A field is a string of non-blank characters separated from adjacent fields by blanks. %%% This formatted reads: -f num Ignore the first `num' in each input line. The `first num' of what? -- Giorgos Keramidas - http://www.FreeBSD.org keramida@FreeBSD.org - The Power to Serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message