summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open_issues/bash_vs_screen_vs_sigint.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/open_issues/bash_vs_screen_vs_sigint.mdwn b/open_issues/bash_vs_screen_vs_sigint.mdwn
index e6d9b41c..8260b004 100644
--- a/open_issues/bash_vs_screen_vs_sigint.mdwn
+++ b/open_issues/bash_vs_screen_vs_sigint.mdwn
@@ -40,7 +40,7 @@ this:
former is an error, and the latter may be as expected. (Check GNU/Linux
with that *bash* version.)
- * GNU/Hurd; Debian package 4.0-7 / `$BASH_VERSION` is `4.0.33(1)-release`; *libc0.3* Debian packages 2.9-19, 2.9-25
+ * GNU/Hurd; Debian package 4.0-7 / `$BASH_VERSION` is `4.0.33(1)-release`; *libc0.3* Debian packages 2.9-19, 2.9-25, 2.9-27
* plain
* shell prompt: **`^C`, then new line, then `-bash: echo: write error: (ipc/mig) wrong reply message ID`**, then new line / prompt printed; `$?` is **128**.
* `sleep 10` running: `^C` printed; SIGINT is sent; `$?` is 130.