]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Merge branch 'master' into bug477240-rra
authorRuss Allbery <rra@debian.org>
Tue, 13 Jul 2010 02:19:12 +0000 (19:19 -0700)
committerRuss Allbery <rra@debian.org>
Tue, 13 Jul 2010 02:19:12 +0000 (19:19 -0700)
policy.sgml

index 7736ddb8e0e9f1ec76933d6afae1089d930d6b1f..cc86b488280f471faf049fd0221867ebb7da7ec0 100644 (file)
@@ -7462,7 +7462,18 @@ fname () {
 </example>
              must be supported and must set the value of <tt>c</tt> to
              <tt>delta</tt>.
-            </item>
+           </item>
+           <item>The XSI extension to <prgn>kill</prgn> allowing <tt>kill
+             -<var>signal</var></tt>, where <var>signal</var> is either
+             the name of a signal or one of the numeric signals listed in
+             the XSI extension (0, 1, 2, 3, 6, 9, 14, and 15), must be
+             supported.
+           </item>
+           <item>The XSI extension to <prgn>trap</prgn> allowing numeric
+             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
          interpreter other than those listed above, the appropriate shell