[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] docs: signal-related bugs and incompatibilities for the shel
From: |
Stefano Lattarini |
Subject: |
Re: [PATCH] docs: signal-related bugs and incompatibilities for the shells |
Date: |
Tue, 20 Sep 2011 18:04:02 +0200 |
User-agent: |
KMail/1.13.7 (Linux/2.6.30-2-686; KDE/4.6.5; i686; ; ) |
On Tuesday 20 September 2011, Eric Blake wrote:
> On 09/13/2011 11:36 AM, Stefano Lattarini wrote:
> > +
> > +Solaris 10 @command{/bin/sh} automatically trap most signals by default;
>
> s/trap/traps/
>
> > +
> > +This gets even worse if one is using the POSIX `wait' interface to get
> > +details about the shell process terminations: it will result that the
> > +shell exited normally, not upon receiving a signal.
>
> s/result that the shell exited normally, not upon receiving a
> signal/result in the shell exiting normally, rather than by receiving a
> signal/
>
> ACK with those nits fixed.
>
Done and pushed.
Many thanks for the review,
Stefano