diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-09-24 17:06:42 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-09-24 17:06:42 -0700 |
commit | dc62585accaed98d256dc100e398c5adca13c551 (patch) | |
tree | 307ab2a8463cb5a742040581ab7a297d3ea8553a | |
parent | cf6b693d51f1ce4d3b9d0f10387ccad1b1462dd2 (diff) | |
download | txr-dc62585accaed98d256dc100e398c5adca13c551.tar.gz txr-dc62585accaed98d256dc100e398c5adca13c551.tar.bz2 txr-dc62585accaed98d256dc100e398c5adca13c551.zip |
doc: add to fconv documentation.
* txr.1: Documenting effect of fconv on rec,
and its return value.
-rw-r--r-- | txr.1 | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -39158,6 +39158,20 @@ Thus fields which are non-numeric strings or the object get converted to 0, or 0.0 in the case of .codn rz . .RE +.IP +Because +.code fconv +macro destructively operates on the elements of the field list +.codn f , +it has the same effect as an assignment to the fields: +the value of +.code rec +is updated. + +The return value of +.code fconv +is +.codn f . .coNP Examples of @ awk Macro Usage The following examples are |