diff options
author | Dmitry Chagin <dchagin@FreeBSD.org> | 2023-01-29 20:46:19 +0000 |
---|---|---|
committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2023-01-29 20:46:19 +0000 |
commit | 143ef44f06822f82a8358d4c02f07102d963fe5f (patch) | |
tree | f9080b8a265dd926053ee7ae187e8fa46f3fb5e0 /sh.init.c | |
parent | 174d8b60324d7e8754709f7155e13ca95220b48c (diff) |
Diffstat (limited to 'sh.init.c')
-rw-r--r-- | sh.init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sh.init.c b/sh.init.c index 997b94108338..737afbc7d8ab 100644 --- a/sh.init.c +++ b/sh.init.c @@ -93,7 +93,7 @@ const struct biltins bfunc[] = { #ifdef apollo { "inlib", doinlib, 1, INF }, #endif /* apollo */ - { "jobs", dojobs, 0, 1 }, + { "jobs", dojobs, 0, 2 }, { "kill", dokill, 1, INF }, #ifndef HAVENOLIMIT { "limit", dolimit, 0, 3 }, @@ -690,7 +690,7 @@ mesginit(void) #ifdef SIGPOLL if (mesg[SIGPOLL].pname == NULL) { mesg[SIGPOLL].iname = "POLL"; - mesg[SIGPOLL].pname = CSAVS(2, 63, "Pollable event occured"); + mesg[SIGPOLL].pname = CSAVS(2, 63, "Pollable event occurred"); } #endif /* SIGPOLL */ |