From: Russ Allbery <rra@debian.org>
Date: Sun, 4 Jul 2010 05:03:42 +0000 (-0700)
Subject: Rephrasing of the rule for numeric signals in trap
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=80205dcba42054bf4605496d70cc4280a1157c98;p=debian%2Fdebian-policy.git

Rephrasing of the rule for numeric signals in trap
---

diff --git a/policy.sgml b/policy.sgml
index 1658cbf..8b715d0 100644
--- a/policy.sgml
+++ b/policy.sgml
@@ -7435,10 +7435,9 @@ fname () {
 	      supported.
 	    </item>
 	    <item>The XSI extension to <prgn>trap</prgn> allowing numeric
-	      symbols must be supported.  However, only the signal numbers
-	      listed in the extension, which are the same as
-	      for <prgn>kill</prgn> above, plus SIGPIPE (13) must be
-	      supported.
+	      signals must be supported.  In addition to the signal
+	      numbers listed in the extension, which are the same as for
+	      <prgn>kill<prgn> above, 13 (SIGPIPE) must be allowed.
 	    </item>
 	  </list>
 	  If a shell script requires non-SUSv3 features from the shell