summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-10 17:39:56 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-10 17:39:56 +0000
commit6ed007ae6b14c10b7b8e33947dc7bbed976b6e7c (patch)
treedeb5e6c447ea6efc48d4792c083ae9256dea4adb /pod
parent53273a086103cdbbf7ebdd5f1a18b2c0777cbc1b (diff)
downloadperl-6ed007ae6b14c10b7b8e33947dc7bbed976b6e7c.tar.gz
8 is not an octal digit. (from Debian)
p4raw-id: //depot/perl@24021
Diffstat (limited to 'pod')
-rw-r--r--pod/perlreref.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlreref.pod b/pod/perlreref.pod
index 700814140d..8a793c89b6 100644
--- a/pod/perlreref.pod
+++ b/pod/perlreref.pod
@@ -78,7 +78,7 @@ These work as in normal strings.
\n Newline
\r Carriage return
\t Tab
- \038 Any octal ASCII value
+ \037 Any octal ASCII value
\x7f Any hexadecimal ASCII value
\x{263a} A wide hexadecimal value
\cx Control-x