blob: 070160323c7bb0ff9741523519f0aae1bb22973c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|