diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-02 18:29:38 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-02 18:29:38 +0300 |
commit | 2a1343b39f457d97bafb34dc3bd9ed0b3daf2b68 (patch) | |
tree | 9b01265d12a523c49925493bdcdf5f4a7b95f826 | |
parent | c5da6de2f300f371d035d9a43af984f170124825 (diff) | |
parent | c93888d0bc6a1170edaac3f8cee4e13aac2abda9 (diff) | |
download | egawk-2a1343b39f457d97bafb34dc3bd9ed0b3daf2b68.tar.gz egawk-2a1343b39f457d97bafb34dc3bd9ed0b3daf2b68.tar.bz2 egawk-2a1343b39f457d97bafb34dc3bd9ed0b3daf2b68.zip |
Merge branch 'gawk-5.1-stable'
-rw-r--r-- | doc/ChangeLog | 1 | ||||
-rw-r--r-- | doc/awkcard.in | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 4f8142d7..0a4c3799 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,7 @@ 2020-07-02 Arnold D. Robbins <arnold@skeeve.com> * gawk.1, gawktexi.in: Document -I/--trace option. + * awkcard.in: Document -I/--trace option. 2020-06-25 Arnold D. Robbins <arnold@skeeve.com> diff --git a/doc/awkcard.in b/doc/awkcard.in index b0322763..f19665d0 100644 --- a/doc/awkcard.in +++ b/doc/awkcard.in @@ -273,6 +273,8 @@ options on \*(FCstdout\*(FR, then exit zero. .TI "\*(FC\-i \*(FIfile\*(FR, \*(FC\-\^\-include \*(FIfile\*(FR Include library AWK code in \*(FIfile\*(FR. See \fHAwk Program Execution\*(FR. +.TI "\*(FC\-I\*(FR, \*(FC\-\^\-trace\*(FR +Print the internal byte code names as they are executed. .TI "\*(FC\-l \*(FIlib\*(FR, \*(FC\-\^\-load \*(FIlib\*(FR Load dynamic extension \*(FIlib\fP. See \fHDynamic Extensions\*(FR. @@ -298,8 +300,7 @@ Enable internal optimizations (default is on). .TI "\*(FC\-p\*(FR[\*(FC\*(FIfile\*(FR], \*(FC\-\^\-profile\*(FR[\*(FC=\*(FIfile\*(FR] Send profiling data to \*(FIfile\*(FR (default: \*(FCawkprof.out\*(FR). -The profile contains execution counts in the left margin -of each statement in the program. +The profile contains execution counts in the left margin. .TI "\*(FC\-P\*(FR, \*(FC\-\^\-posix\*(FR Disable common and GNU extensions. .TI "\*(FC\-r\*(FR, \*(FC\-\^\-re\-interval\*(FR |