aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-02 10:30:03 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-02 10:30:03 +0300
commitefd054b9800ec926587d2903f0712c68d4591d43 (patch)
tree8dae33a9da6044ae7a1bd9c26625e0a98150d6a5 /doc/gawk.1
parent85da96b705877b4a10b0a96b3d9722536674b2d0 (diff)
downloadegawk-efd054b9800ec926587d2903f0712c68d4591d43.tar.gz
egawk-efd054b9800ec926587d2903f0712c68d4591d43.tar.bz2
egawk-efd054b9800ec926587d2903f0712c68d4591d43.zip
Add instruction trace option.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.113
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index 8005c26c..a4d8912c 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -13,7 +13,7 @@
. if \w'\(rq' .ds rq "\(rq
. \}
.\}
-.TH GAWK 1 "Mar 23 2020" "Free Software Foundation" "Utility Commands"
+.TH GAWK 1 "Jul 2 2020" "Free Software Foundation" "Utility Commands"
.SH NAME
gawk \- pattern scanning and processing language
.SH SYNOPSIS
@@ -321,6 +321,17 @@ Files read with
are treated as if they begin with an implicit \fB@namespace "awk"\fR statement.
.TP
.PD 0
+.BI \-I
+.TP
+.PD
+.B \-\^\-trace
+Print the internal byte code names as they are executed when running
+the program. The trace is printed to standard error. Each ``op code''
+is preceded by a
+.B +
+sign in the output.
+.TP
+.PD 0
.BI "\-l " lib
.TP
.PD