diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-03-18 15:53:49 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-03-18 16:05:01 -0600 |
commit | f9316eb1bb8a5d873ce1b289af4915f5d03f8888 (patch) | |
tree | bbb2bca66dec91f302b0ff2771fb06d13a467c10 /ext | |
parent | e0f4a93e3965524fe72bfbe4b922e6410dcd700e (diff) | |
download | perl-f9316eb1bb8a5d873ce1b289af4915f5d03f8888.tar.gz |
ext/Pod-Html/testdir/perlvar-copy.pod: Fix broken pod links
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Pod-Html/testdir/perlvar-copy.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Pod-Html/testdir/perlvar-copy.pod b/ext/Pod-Html/testdir/perlvar-copy.pod index 04d2a7474c..9cb9b68ce8 100644 --- a/ext/Pod-Html/testdir/perlvar-copy.pod +++ b/ext/Pod-Html/testdir/perlvar-copy.pod @@ -481,7 +481,7 @@ buffered otherwise. Setting this variable is useful primarily when you are outputting to a pipe or socket, such as when you are running a Perl program under B<rsh> and want to see the output as it's happening. This has no effect on input buffering. See L<perlfunc/getc> -for that. See L<perldoc/select> on how to select the output channel. +for that. See L<perlfunc/select> on how to select the output channel. See also L<IO::Handle>. (Mnemonic: when you want your pipes to be piping hot.) =item IO::Handle->output_field_separator EXPR @@ -725,7 +725,7 @@ contains formline() calls that put their result into C<$^A>. After calling its format, write() prints out the contents of C<$^A> and empties. So you never really see the contents of C<$^A> unless you call formline() yourself and then look at it. See L<perlform> and -L<perlfunc/formline()>. +L<formline|perlfunc/formline PICTURE,LIST>. =item $CHILD_ERROR |