From 2b289f4a0a6b225eab3c844f626c519353534550 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Sat, 3 Dec 2011 12:56:03 -0500 Subject: [PATCH] commit bash-20040325 snapshot --- doc/bashref.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bashref.texi b/doc/bashref.texi index 74974a57..c1cdcf3a 100644 --- a/doc/bashref.texi +++ b/doc/bashref.texi @@ -6106,7 +6106,7 @@ Bash reports such changes immediately (@pxref{The Set Builtin}). Any trap on @code{SIGCHLD} is executed for each child process that exits. -If an attempt to exit Bash is while jobs are stopped, the +If an attempt to exit Bash is made while jobs are stopped, the shell prints a message warning that there are stopped jobs. The @code{jobs} command may then be used to inspect their status. If a second attempt to exit is made without an intervening command,