[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: man page: 0for?
From: |
Tim Waugh |
Subject: |
Re: man page: 0for? |
Date: |
Tue, 30 Nov 2004 09:35:30 +0000 |
User-agent: |
Mutt/1.4.1i |
On Mon, Nov 29, 2004 at 08:13:09AM +0800, Dan Jacobson wrote:
> Looks funny on man page:
> If 0for which a trap has been set...
Here's the fix:
--- bash-3.0/doc/bash.1.manpage 2004-11-30 09:33:54.727381784 +0000
+++ bash-3.0/doc/bash.1 2004-11-30 09:34:06.799075585 +0000
@@ -3929,7 +3929,7 @@
.B SIGHUP
to all jobs when an interactive login shell exits.
.PP
-If \Bbash\fP is waiting for a command to complete and receives a signal
+If \fBbash\fP is waiting for a command to complete and receives a signal
for which a trap has been set, the trap will not be executed until
the command completes.
When \fBbash\fP is waiting for an asynchronous command via the \fBwait\fP
Tim.
*/
- man page: 0for?, Dan Jacobson, 2004/11/29
- Re: man page: 0for?,
Tim Waugh <=