Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -g -O2
-fdebug-prefix-map=/build/bash-Smvct5/bash-5.0=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall
-Wno-parentheses -Wno-format-security
uname output: Linux ip-172-31-20-239 5.13.0-1021-aws #23~20.04.2-Ubuntu
SMP Thu Mar 31 11:36:15 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Machine Type: x86_64-pc-linux-gnu
Bash Version: 5.0
Patch Level: 17
Release Status: release
Description:
I've already submited a PR at
https://github.com/gitGNU/gnu_bash/pulls but I'm not sure that's the
right place. Therefore I'm submitting this bug report to ensure it gets
looked at (there are some old pull requests from 2021 at that github
location). This is for a simple doc addition to the wait manpage, which
adds the text:
When bash is waiting for an asynchronous command via the
wait builtin,
the reception of a signal for which a trap has been set
will cause
the wait builtin to return immediately with an exit status
greater
than 128, immediately after which the trap is executed.
taken directly from the SIGNALS area of the bash man page. I don't see
why this should be omitted from the wait documentation. If it's
undesirable to copy this text here, perhaps at least the wait doc could
direct users to read the SIGNALS section.
Repeat-By:
N/A
Fix:
Incorporate the doc change.