diff mbox

'man dash' typo: "the shell .... proceed onto"

Message ID 20141110112045.GB4185@free.fr (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show

Commit Message

Stéphane Aulery Nov. 10, 2014, 11:20 a.m. UTC
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=576503

Regards,

Comments

Herbert Xu Nov. 17, 2014, 5:10 a.m. UTC | #1
Stéphane Aulery <saulery@free.fr> wrote:
> [-- text/plain, encoding 8bit, charset: utf-8, 12 lines --]
> 
> 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=576503

Patch applied.  However, I had to manually apply it because you did
not generate the patch from the top of the source tree with -p1.

Please ensure future submissions are generated correctly.

Thanks,
Stéphane Aulery Nov. 17, 2014, 9:33 a.m. UTC | #2
Le lundi 17 novembre 2014 à 01:10:09, Herbert Xu a écrit :
> Stéphane Aulery <saulery@free.fr> wrote:
> > 
> > Here is a small patch reported by a user of Debian [1]. Could you please
> > integrate? Thank you for your help.
> > 
> Patch applied.  However, I had to manually apply it because you did
> not generate the patch from the top of the source tree with -p1.
> 
> Please ensure future submissions are generated correctly.

Sorry. I did the first by hand with:

$diff -u

for others:

$git-format patch -k -s -1
Stéphane Aulery Nov. 17, 2014, 9:52 a.m. UTC | #3
Le lundi 17 novembre 2014 à 01:10:09, Herbert Xu a écrit :
> Stéphane Aulery <saulery@free.fr> wrote:
> > 
> > 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=576503
> 
> Patch applied.

Thanks,
diff mbox

Patch

--- dash.1.old	2014-11-10 12:01:55.869419425 +0100
+++ dash.1.new	2014-11-10 12:06:24.458732491 +0100
@@ -596,7 +596,7 @@ 
 characters.
 The commands in a list are executed in the order they are written.
 If command is followed by an ampersand, the shell starts the
-command and immediately proceed onto the next command; otherwise it waits
+command and immediately proceeds onto the next command; otherwise it waits
 for the command to terminate before proceeding to the next one.
 .Ss Short-Circuit List Operators
 .Dq &&