Change 13886 by jhi@alpha on 2001/12/26 17:07:39
FAQ sync.
Affected files ...
..... //depot/perl/pod/perlfaq5.pod#32 edit
Differences ...
==== //depot/perl/pod/perlfaq5.pod#32 (text) ====
Index: perl/pod/perlfaq5.pod
--- perl/pod/perlfaq5.pod.~1~ Wed Dec 26 10:15:05 2001
+++ perl/pod/perlfaq5.pod Wed Dec 26 10:15:05 2001
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq5 - Files and Formats ($Revision: 1.5 $, $Date: 2001/12/18 09:01:14 $)
+perlfaq5 - Files and Formats ($Revision: 1.6 $, $Date: 2001/12/19 18:17:00 $)
=head1 DESCRIPTION
@@ -902,7 +902,7 @@
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.
+S<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?
End of Patch.