diff options
author | brian d foy <brian.d.foy@gmail.com> | 2010-10-26 23:50:50 -0500 |
---|---|---|
committer | brian d foy <brian.d.foy@gmail.com> | 2010-11-01 22:24:18 -0500 |
commit | 69b55ccc6b39d844ef3fed73f3187f2ff5e2942f (patch) | |
tree | bdcf6ed9bf5184df958f55820c3672bc27b08a30 /pod | |
parent | ca1b95aece3a4c0c56c8bfc3432477e4673c37e2 (diff) | |
download | perl-69b55ccc6b39d844ef3fed73f3187f2ff5e2942f.tar.gz |
Fix some grammar nits thanks to jnareb
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlvar.pod | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 4fa419d54b..66c7fb4d2f 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1569,9 +1569,8 @@ Mnemonic: when you want your pipes to be piping hot. =head3 Variables related to formats The special variables for formats are a subset of those for -filehandles so they have - -See L<perlform> for more information about Perl's formats. +filehandles. See L<perlform> for more information about Perl's +formats. =over 8 @@ -1698,7 +1697,7 @@ variables: When perl executes the C<eval()> expression, it translates the C<open()>, C<< <PIPE> >>, and C<close> calls in the C run-time library -and thence to the operating system kernel. perl sets C<$!> is set to +and thence to the operating system kernel. perl sets C<$!> to the C library's C<errno> if one of these calls fails. C<$@> is set if the string to be C<eval>-ed did not compile (this may |