diff mbox

[MAN] Clarify two redirection mechanisms

Message ID 1418288586-1587-1-git-send-email-saulery@free.fr (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show

Commit Message

Stéphane Aulery Dec. 11, 2014, 9:03 a.m. UTC
From: Stéphane Aulery <saulery@free.fr>

Close Debian Bug #501566
---
 src/dash.1 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Herbert Xu Dec. 25, 2014, 10:51 p.m. UTC | #1
On Thu, Dec 11, 2014 at 10:03:06AM +0100, saulery@free.fr wrote:
> From: Stéphane Aulery <saulery@free.fr>
> 
> Close Debian Bug #501566

Patch applied.
Stéphane Aulery Dec. 26, 2014, 11:35 a.m. UTC | #2
Le vendredi 26 décembre 2014 à 09:51:47, Herbert Xu a écrit :
> On Thu, Dec 11, 2014 at 10:03:06AM +0100, saulery@free.fr wrote:
> > From: Stéphane Aulery <saulery@free.fr>
> > 
> > Close Debian Bug #501566
> 
> Patch applied.

Thanks a lot, Herbert, and a merry Christmas to you !
diff mbox

Patch

diff --git a/src/dash.1 b/src/dash.1
index d782882..429657a 100644
--- a/src/dash.1
+++ b/src/dash.1
@@ -402,11 +402,13 @@  Append standard output (or n) to file.
 .It [n] Ns \*[Lt] file
 Redirect standard input (or n) from file.
 .It [n1] Ns \*[Lt]& Ns n2
-Duplicate standard input (or n1) from file descriptor n2.
+Copy file descriptor n2 as stdout (or fd n1).
+fd n2.
 .It [n] Ns \*[Lt]&-
 Close standard input (or n).
 .It [n1] Ns \*[Gt]& Ns n2
-Duplicate standard output (or n1) to n2.
+Copy file descriptor n2 as stdin (or fd n1).
+fd n2.
 .It [n] Ns \*[Gt]&-
 Close standard output (or n).
 .It [n] Ns \*[Lt]\*[Gt] file