From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?U3TDqXBoYW5l?= Aulery Subject: (unknown) Date: Mon, 10 Nov 2014 13:12:00 +0100 Message-ID: <20141110121200.GA4725@free.fr> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="VbJkn9YxBvnuCH5J" Content-Transfer-Encoding: 8bit Return-path: Received: from smtp3-g21.free.fr ([212.27.42.3]:56748 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752126AbaKJMNg (ORCPT ); Mon, 10 Nov 2014 07:13:36 -0500 Content-Disposition: inline Sender: dash-owner@vger.kernel.org List-Id: dash@vger.kernel.org To: dash@vger.kernel.org Cc: control@bugs.debian.org --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Subject Redirection: interval file descriptor (0-9) Reply-To: forwarded 646847 dash@vger.kernel.org stop ------------------------------------------------------- Hello, Here is a small patch reported by a user of Debian [1]. Could you please integrate? Thank you for your help. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646847 Regards, -- Stéphane Aulery --VbJkn9YxBvnuCH5J Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="dash.1.fix-redirection-file-descriptor.diff" --- dash.1.old 2014-11-10 12:30:45.305874210 +0100 +++ dash.1.new 2014-11-10 13:08:26.996931055 +0100 @@ -385,7 +385,7 @@ Following is a list of the possible redirections. The .Bq n -is an optional number, as in +is an optional number between 0 and 9, as in .Sq 3 (not .Sq Bq 3 ) , --VbJkn9YxBvnuCH5J--