diff options
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r-- | lib/perl5db.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 48ee09fe3e..5e01d53743 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -206,7 +206,7 @@ $header = "perl5db.pl version $VERSION"; # I<CreateTTY> bits control attempts to create a new TTY on events: # 1: on fork() 2: debugger is started inside debugger # 4: on startup -# c) Code to auto-create a new TTY window on OS/2 (currently one one +# c) Code to auto-create a new TTY window on OS/2 (currently one # extra window per session - need named pipes to have more...); # d) Simplified interface for custom createTTY functions (with a backward # compatibility hack); now returns the TTY name to use; return of '' |