From owner-freebsd-doc@FreeBSD.ORG Fri Apr 21 20:12:53 2006 Return-Path: X-Original-To: doc@freebsd.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C864216A40A for ; Fri, 21 Apr 2006 20:12:53 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78C0F43D60 for ; Fri, 21 Apr 2006 20:12:51 +0000 (GMT) (envelope-from pawel.worach@gmail.com) Received: by uproxy.gmail.com with SMTP id m3so422943ugc for ; Fri, 21 Apr 2006 13:12:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ll317gkxU3sF3cRJ3urVHe+zjH//eIclAZ12fM72Qv10sUunuDxGtak1ILrbvOsOzwG21cTCC4+6gyc0JDVk7rmPnKkYCBU+zD/G3E4sTL/tpD9L5Yy3B+gdsGn15YPOMSMCil6dD8SW9xpw7SyhPgZDrAgh2vYcOouQ0+ZNRe8= Received: by 10.78.29.13 with SMTP id c13mr108839huc; Fri, 21 Apr 2006 13:12:49 -0700 (PDT) Received: by 10.78.75.15 with HTTP; Fri, 21 Apr 2006 13:12:49 -0700 (PDT) Message-ID: Date: Fri, 21 Apr 2006 22:12:49 +0200 From: "Pawel Worach" To: doc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: [patch] fetch(1) typo ? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 20:12:53 -0000 Hi, Suspected typo in fetch(1), also not sure if the "will attempt to retrieve each of them in turn" should be "will attempt to retrieve each one of them in turn". Index: usr.bin/fetch/fetch.1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /export/ctm/cvs/src/usr.bin/fetch/fetch.1,v retrieving revision 1.66 diff -u -r1.66 fetch.1 --- usr.bin/fetch/fetch.1 13 Feb 2005 22:25:21 -0000 1.66 +++ usr.bin/fetch/fetch.1 21 Apr 2006 20:10:33 -0000 @@ -231,7 +231,7 @@ command returns zero on success, or one on failure. If multiple URLs are listed on the command line, .Nm -will attempt to retrieve them each of them in turn, and return zero +will attempt to retrieve each of them in turn, and return zero only if they were all successfully retrieved. .Sh SEE ALSO .Xr fetch 3 -- "non-native" Pawel