summaryrefslogtreecommitdiff
path: root/pod/perlform.pod
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-06-17 06:05:09 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-06-17 06:05:09 +0000
commita2eb900354d7492c5b0c2f521e88387de8974900 (patch)
tree077dc17f101cd36c9b39dbf3c1fcced83d7ccf7d /pod/perlform.pod
parent96dbc785049371b8845893bf40bd39d4db026518 (diff)
downloadperl-a2eb900354d7492c5b0c2f521e88387de8974900.tar.gz
Typos corrected
Diffstat (limited to 'pod/perlform.pod')
-rw-r--r--pod/perlform.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlform.pod b/pod/perlform.pod
index cf0bc068f1..8c840d4cc2 100644
--- a/pod/perlform.pod
+++ b/pod/perlform.pod
@@ -100,7 +100,7 @@ supply had better not give the same value every time forever!)
Top-of-form processing is by default handled by a format with the
same name as the current filehandle with "_TOP" concatenated to it.
-It's triggered at the top of each page. See <perlfunc/write()>.
+It's triggered at the top of each page. See L<perlfunc/write>.
Examples:
@@ -272,7 +272,7 @@ yourself if necessary.
Here's another strategy; open a pipe to yourself, using C<open(MESELF, "|-")>
(see L<perlfunc/open()>) and always write() to MESELF instead of
-STDOUT. Have your child process postprocesses its STDIN to rearrange
+STDOUT. Have your child process massage its STDIN to rearrange
headers and footers however you like. Not very convenient, but doable.
=head2 Accessing Formatting Internals