diff options
author | Mark Biggar <markb@rdcf.sm.unisys.com> | 1988-01-31 20:00:34 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1988-01-31 20:00:34 +0000 |
commit | 83b4785aebef542ad391e53b49c107fc5e1b4a58 (patch) | |
tree | 0952369ef98dcb17b8a00b1d83e4b51882798561 /perldb.man | |
parent | 725c4100677777ac4aca591b894c4489fb311d98 (diff) | |
download | perl-83b4785aebef542ad391e53b49c107fc5e1b4a58.tar.gz |
perl 1.0 patch 11: documentation upgrade
I documented the new eval operator for patch 8 but my automatic
patch generator overlooked it for some reason.
Here's the documentation for the eval operator, along with some
other documentation changes suggested by Mark.
Diffstat (limited to 'perldb.man')
-rw-r--r-- | perldb.man | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perldb.man b/perldb.man index 5a4224126d..0cfe0f4fd0 100644 --- a/perldb.man +++ b/perldb.man @@ -1,7 +1,10 @@ .rn '' }` -''' $Header: perldb.man,v 1.0.1.1 88/01/28 10:28:19 root Exp $ +''' $Header: perldb.man,v 1.0.1.2 88/01/30 17:04:48 root Exp $ ''' ''' $Log: perldb.man,v $ +''' Revision 1.0.1.2 88/01/30 17:04:48 root +''' patch 11: random cleanup +''' ''' Revision 1.0.1.1 88/01/28 10:28:19 root ''' patch8: created this file. ''' @@ -91,6 +94,7 @@ List the whole program. List breakpoints. .Ip t 8 Toggle trace mode. +Trace mode causes lines to be printed out as they are executed. .Ip "b line" 8 Set breakpoint at indicated line. .Ip "d line" 8 |