summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2010-08-25 20:55:30 +0100
committerDavid Mitchell <davem@iabyn.com>2010-08-25 20:55:30 +0100
commit39c4496953eaedb023e4a860fd4bdeacdba098c8 (patch)
tree8888cc4f41f2bc28656c2a74919a54913201c911 /pod
parentd7d51f4b6ba689e611fef778b3f5d12981e872ba (diff)
downloadperl-39c4496953eaedb023e4a860fd4bdeacdba098c8.tar.gz
fix description of -DJ in perlrun
The description of the J debugging flag was logically the reverse of what it should be; i.e. -DJ enables, rather than suppresses, output in debugger packages
Diffstat (limited to 'pod')
-rw-r--r--pod/perlrun.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 75e7ce1009..f3db450543 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -398,7 +398,7 @@ B<-D14> is equivalent to B<-Dtls>):
32768 D Cleaning up
131072 T Tokenising
262144 R Include reference counts of dumped variables (eg when using -Ds)
- 524288 J Do not s,t,P-debug (Jump over) opcodes within package DB
+ 524288 J show s,t,P-debug (don't Jump over) on opcodes within package DB
1048576 v Verbose: use in conjunction with other flags
2097152 C Copy On Write
4194304 A Consistency checks on internal structures