diff options
author | Peter Scott <Peter@PSDT.com> | 2002-06-16 11:31:31 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-17 00:53:49 +0000 |
commit | 947cb11492b627fa9c48ff51b199d66ea2a1fdf2 (patch) | |
tree | 9c569051ad32f0907214715065f29c02760f47d1 /pod/perldebug.pod | |
parent | b6f4737ce959f221803c3c982175b73f56c125f1 (diff) | |
download | perl-947cb11492b627fa9c48ff51b199d66ea2a1fdf2.tar.gz |
Re: [ID 20020614.027] Bad Debugger mojo in RC1
Message-id: <4.3.2.7.2.20020616182012.00b70780@shell2.webquarry.com>
@file -> source file
p4raw-id: //depot/perl@17265
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r-- | pod/perldebug.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 45c2420472..b63bc4ab62 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -416,10 +416,10 @@ their C<$ENV{SHELL}> variable) will be used, which can interfere with proper interpretation of exit status or signal and coredump information. -=item @ file +=item source file -Read and execute debugger commands from I<file>. I<file> may itself contain -C<@> commands. +Read and execute debugger commands from I<file>. +I<file> may itself contain C<source> commands. =item H -number |