Date: Wed, 22 May 2002 02:31:12 +0300 From: Giorgos Keramidas <keramida@FreeBSD.ORG> To: Tom Rhodes <trhodes@FreeBSD.ORG> 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> In-Reply-To: <200205211654.g4LGswG08321@freefall.freebsd.org> References: <200205211654.g4LGswG08321@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020521233112.GB1197>
