diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-17 04:58:39 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-17 04:58:39 +0000 |
commit | 200f06d0560bb35c44d4f11900efe1b9030aadea (patch) | |
tree | da305b37acd289e6ab58d63e753a98b459541366 /pod/perldebug.pod | |
parent | 27f9d8f3098a41d6bcd7d561e3deabbf17bc0dd6 (diff) | |
download | perl-200f06d0560bb35c44d4f11900efe1b9030aadea.tar.gz |
documentation fixes from p5p
p4raw-id: //depot/perl@5779
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r-- | pod/perldebug.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 5b7a2bdbb0..ead5414ccf 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -620,7 +620,7 @@ specified in the C<TTY> option at startup, or to a tty found at runtime using the C<Term::Rendezvous> module of your choice. This module should implement a method named C<new> that returns an object -with two methods: C<IN> and C<OUT. These should return filehandles to use +with two methods: C<IN> and C<OUT>. These should return filehandles to use for debugging input and output correspondingly. The C<new> method should inspect an argument containing the value of C<$ENV{PERLDB_NOTTY}> at startup, or C<"/tmp/perldbtty$$"> otherwise. This file is not |