diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-03 11:16:36 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-03 11:16:36 +0300 |
commit | 30a60fc794e84da90fed6871ff27d668fe4a391e (patch) | |
tree | a6294c9607f4964212c10daa3b1dde3501bf4d86 /doc/gawk.1 | |
parent | c997a0e5d3857eb48e4292f0b42da9b3bbb985fb (diff) | |
parent | f60ced696bc752cdc1a1f45ce2cc9d6149be7087 (diff) | |
download | egawk-30a60fc794e84da90fed6871ff27d668fe4a391e.tar.gz egawk-30a60fc794e84da90fed6871ff27d668fe4a391e.tar.bz2 egawk-30a60fc794e84da90fed6871ff27d668fe4a391e.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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 |