diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index a3aa29bd..b0aa0ee4 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -28131,12 +28131,14 @@ come out as: @example /foo/ @{ - print $0 + print @} @end example @noindent which is correct, but possibly unexpected. +(If a program uses both @samp{print $0} and plain +@samp{print}, that distinction is retained.) @cindex profiling @command{awk} programs, dynamically @cindex @command{gawk} program, dynamic profiling |