X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsigtrap.pm;h=c081123b6b4ca2288221241797395ae5543da173;hb=3937c24e3f4ed26beafd7a2fbe3a20466bfc2b2d;hp=ed5925b0ab7d3cd4eb0c1004c49363873bcd7847;hpb=55497cffdd24c959994f9a8ddd56db8ce85e1c5b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/sigtrap.pm b/lib/sigtrap.pm index ed5925b..c081123 100644 --- a/lib/sigtrap.pm +++ b/lib/sigtrap.pm @@ -167,9 +167,9 @@ installed signals. =item B -The handler used for subsequently installed signals will output a Perl -stack trace to STDERR and then tries to dump core. This is the default -signal handler. +The handler used for subsequently installed signals outputs a Perl stack +trace to STDERR and then tries to dump core. This is the default signal +handler. =item B @@ -186,7 +186,7 @@ assignment to an element of C<%SIG>. =head2 SIGNAL LISTS -B has two built-in lists of signals to trap. They are: +B has a few built-in lists of signals to trap. They are: =over 4 @@ -222,7 +222,7 @@ silently ignored. =item B -This token tells B only to install handlers for subsequently +This token tells B to install handlers only for subsequently listed signals which aren't already trapped or ignored. =item B @@ -232,9 +232,9 @@ listed signals. This is the default behavior. =item I -Any argument which looks like a signals name (that is, -C) is taken as a signal name and indicates that -B should install a handler for it. +Any argument which looks like a signal name (that is, +C) indicates that B should install a +handler for that name. =item I