summaryrefslogtreecommitdiffstats
path: root/bin/sh/jobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/jobs.h')
-rw-r--r--bin/sh/jobs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/jobs.h b/bin/sh/jobs.h
index 7b1d431..e637eae 100644
--- a/bin/sh/jobs.h
+++ b/bin/sh/jobs.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)jobs.h 8.2 (Berkeley) 5/4/95
- * $Id: jobs.h,v 1.8 1998/08/25 09:33:34 cracauer Exp $
+ * $Id: jobs.h,v 1.9 1998/09/08 13:16:52 cracauer Exp $
*/
/* Mode argument to forkshell. Don't change FORK_FG or FORK_BG. */
@@ -80,7 +80,7 @@ extern pid_t backgndpid; /* pid of last background process */
extern int job_warning; /* user was warned about stopped jobs */
extern int in_waitcmd; /* are we in waitcmd()? */
extern int in_dowait; /* are we in dowait()? */
-extern volatile sig_atomic_t breakwaitcmd; /* should wait be terminated? */
+extern volatile sig_atomic_t breakwaitcmd; /* break wait to process traps? */
void setjobctl __P((int));
int fgcmd __P((int, char **));
OpenPOWER on IntegriCloud