From owner-cvs-src@FreeBSD.ORG Sun Jan 27 16:39:26 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E13916A419; Sun, 27 Jan 2008 16:39:26 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from mx-out-05.forthnet.gr (mx-out.forthnet.gr [193.92.150.104]) by mx1.freebsd.org (Postfix) with ESMTP id E682013C46B; Sun, 27 Jan 2008 16:39:25 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from mx-av-03.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-05.forthnet.gr (8.13.8/8.13.8) with ESMTP id m0RGLYEf025202; Sun, 27 Jan 2008 18:21:34 +0200 Received: from MX-IN-04.forthnet.gr (mx-in-04.forthnet.gr [193.92.150.163]) by mx-av-03.forthnet.gr (8.14.1/8.14.1) with ESMTP id m0RGLVAf003866; Sun, 27 Jan 2008 18:21:33 +0200 Received: from kobe.laptop (ppp47-170.adsl.forthnet.gr [62.1.64.170]) by MX-IN-04.forthnet.gr (8.14.2/8.14.2) with ESMTP id m0RGLTNi010031; Sun, 27 Jan 2008 18:21:30 +0200 Authentication-Results: MX-IN-04.forthnet.gr smtp.mail=keramida@ceid.upatras.gr; spf=neutral Authentication-Results: MX-IN-04.forthnet.gr header.from=keramida@ceid.upatras.gr; sender-id=neutral Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m0RGLTkC001917; Sun, 27 Jan 2008 18:21:29 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m0RGLSsr001916; Sun, 27 Jan 2008 18:21:28 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 27 Jan 2008 18:21:28 +0200 From: Giorgos Keramidas To: "Simon L. Nielsen" Message-ID: <20080127162128.GA1878@kobe.laptop> References: <200801261238.m0QCcKgS082698@repoman.freebsd.org> <20080127085017.GA966@zaphod.nitro.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080127085017.GA966@zaphod.nitro.dk> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/xargs xargs.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 27 Jan 2008 16:39:26 -0000 On 2008-01-27 09:50, "Simon L. Nielsen" wrote: > On 2008.01.26 12:38:19 +0000, Giorgos Keramidas wrote: > > keramida 2008-01-26 12:38:19 UTC > > > > FreeBSD src repository (doc committer) > > > > Modified files: > > usr.bin/xargs xargs.1 > > Log: > > Document the no-op -r option of BSD xargs(1). > [...] > > | @@ -45,7 +45,7 @@ > > | .Nd "construct argument list(s) and execute utility" > > | .Sh SYNOPSIS > > | .Nm > > | -.Op Fl 0opt > > | +.Op Fl 0r > > | .Op Fl E Ar eofstr > > You removed "opt" - that seems like it wasn't intended? No that wasn't intended. I should have kept that part. It should be back now, after revision 1.39, thanks :)