[email protected] wrote: > From: Stéphane Aulery <[email protected]> > > Close Debian Bug #501566 > --- > src/dash.1 | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > 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. > +Redirect standard input (or fd n1) from the same resource as currently open > on > +fd n2.
"Resource" is rather unwieldy, how about simply "file"? Thanks, -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
