summaryrefslogtreecommitdiff
path: root/pod/perlfaq5.pod
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>2002-03-11 16:34:22 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2002-03-11 15:35:24 +0000
commit883f163595c524e547120ebc21f101e1602a2793 (patch)
tree6bed6ce3e4fecc99d9503e9b1870643fa2f01264 /pod/perlfaq5.pod
parentfeef4889caac92ce6464e457e1d3f16b87a5fa09 (diff)
downloadperl-883f163595c524e547120ebc21f101e1602a2793.tar.gz
Minor correction in perlfaq5
Message-Id: <20020311163422.30963.qmail@plover.com> p4raw-id: //depot/perl@15176
Diffstat (limited to 'pod/perlfaq5.pod')
-rw-r--r--pod/perlfaq5.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq5.pod b/pod/perlfaq5.pod
index 695b5361e8..93a5ffee6d 100644
--- a/pod/perlfaq5.pod
+++ b/pod/perlfaq5.pod
@@ -1021,7 +1021,7 @@ Or, just use the fdopen(3S) feature of open():
close F;
}
-=head2 Why can't I use "C:\temp\foo" in DOS paths? What doesn't `C:\temp\foo.exe` work?
+=head2 Why can't I use "C:\temp\foo" in DOS paths? Why doesn't `C:\temp\foo.exe` work?
Whoops! You just put a tab and a formfeed into that filename!
Remember that within double quoted strings ("like\this"), the