X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:content-type
	:content-transfer-encoding:date:from:to:subject:in-reply-to
	:references:message-id; q=dns; s=default; b=aeF+QVxsXX0+894l11EV
	xv9Vy1iRry1NHS1aBwAPTR3EB7k0KTay67nes+dM4p/1lNXhCnZDmppAh8bQbz8v
	bKnDrfkkirAwb4q4WuhNnyyn3XS06Jikbpvx+RrmlE1idXfQ+H8IEwcvLP45rGf4
	bR6uZr2mXfl4+j6MGrDMtT0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:content-type
	:content-transfer-encoding:date:from:to:subject:in-reply-to
	:references:message-id; s=default; bh=8lPvndO9MuwDVCULGVs0suEL4W
	w=; b=KmpZGcGpsRxnZUP+KVs979oi/5uFkAKWeyjt0PF/8dLA7gdONUfA6VzQYY
	jilzQSojMcrv8QphxJfwgdcA9bKO8B+7Mmg/1pcxYcc96LPIEyyS5NxQHrb3njhN
	89I8Sp7eoU4yq44pVpKMedrxbBrV1O3RxwOMSaS6sKIi8VI1w=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=houder, H*f:sk:a33618a, H*i:sk:a33618a, Houder
X-HELO: lb3-smtp-cloud2.xs4all.net
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII; format=flowed
Content-Transfer-Encoding: 7bit
Date: Sat, 02 Jan 2016 13:17:47 +0100
From: Houder <houder@xs4all.nl>
To: cygwin@cygwin.com
Subject: Pipes Again. (was: cmp (or echo) bug?) -- typo corrected
In-Reply-To: <a33618ac83154dae265bb9906dd966e0@xs4all.nl>
References: <a33618ac83154dae265bb9906dd966e0@xs4all.nl>
Message-ID: <782e11290a3db681a9cc8442b6177ca1@xs4all.nl>
X-Sender: houder@xs4all.nl (oLiPKkoU5VzEOwwCvtXaiw==)
User-Agent: XS4ALL Webmail
X-IsSubscribed: yes

On 2016-01-02 12:58, Houder wrote:

>         // replace O_RDONLY by O_RDWR for ./tstat <(cat > a) <(cat > b)

should be:

// replace O_RDONLY by O_RDWR for ./t_stat >(cat > a) >(cat > b)

Henri

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

