diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-02-13 18:40:29 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-02-13 21:39:30 -0800 |
commit | 2db62bbc77d2091d4f055a8778c159e46c3d0c44 (patch) | |
tree | 42485b71046ce9e00fb9f152bbc02fef12b31128 /pod | |
parent | e9200be317191a78ab296df196326e9d0f42e4a9 (diff) | |
download | perl-2db62bbc77d2091d4f055a8778c159e46c3d0c44.tar.gz |
perldiag: whitespace; grammar
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index cf2543441e..46c5812a04 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2467,14 +2467,14 @@ the definition. values cannot be returned in subroutines used in lvalue context. See L<perlsub/"Lvalue subroutines">. -=item Malformed integer in [] in pack +=item Malformed integer in [] in pack -(F) Between the brackets enclosing a numeric repeat count only digits +(F) Between the brackets enclosing a numeric repeat count only digits are permitted. See L<perlfunc/pack>. =item Malformed integer in [] in unpack -(F) Between the brackets enclosing a numeric repeat count only digits +(F) Between the brackets enclosing a numeric repeat count only digits are permitted. See L<perlfunc/pack>. =item Malformed PERLLIB_PREFIX @@ -2540,7 +2540,7 @@ rules and perl was unable to guess how to make more progress. =item Maximal count of pending signals (%u) exceeded -(F) Perl aborted due to a too high number of signals pending. This +(F) Perl aborted due to too high a number of signals pending. This usually indicates that your operating system tried to deliver signals too fast (with a very high priority), starving the perl process from resources it would need to reach a point where it can process signals |