diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-19 04:56:42 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-19 04:56:42 +0000 |
commit | d05ac700ee1dfb78ac035162cb3837795aa9ee1e (patch) | |
tree | addca1c8e3cd32e100c927e79c9a31bbfcb7d8ef | |
parent | feda178f281eb32f250255053851bf5433c5b00c (diff) | |
download | perl-d05ac700ee1dfb78ac035162cb3837795aa9ee1e.tar.gz |
FAQ sync.
p4raw-id: //depot/perl@13792
-rw-r--r-- | pod/perlfaq5.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlfaq5.pod b/pod/perlfaq5.pod index 28888f6f6c..7604f14484 100644 --- a/pod/perlfaq5.pod +++ b/pod/perlfaq5.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq5 - Files and Formats ($Revision: 1.4 $, $Date: 2001/11/09 08:06:04 $) +perlfaq5 - Files and Formats ($Revision: 1.5 $, $Date: 2001/12/18 09:01:14 $) =head1 DESCRIPTION @@ -901,8 +901,8 @@ set it to C<""> to eliminate empty paragraphs (C<"abc\n\n\n\ndef">, for instance, gets treated as two paragraphs and not three), or C<"\n\n"> to accept empty paragraphs. -Note that a blank line must have no blanks in it. Thus C<"fred\n -\nstuff\n\n"> is one paragraph, but C<"fred\n\nstuff\n\n"> is two. +Note that a blank line must have no blanks in it. Thus +C<"fred\n \nstuff\n\n"> is one paragraph, but C<"fred\n\nstuff\n\n"> is two. =head2 How can I read a single character from a file? From the keyboard? |