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 | 270c5dad176d7bd9add153392915dc562f92e48b (patch) | |
tree | 307ab2a8463cb5a742040581ab7a297d3ea8553a | |
parent | ac5337af5c1f49c0e81296fd743fdad516ed2474 (diff) | |
download | txr-270c5dad176d7bd9add153392915dc562f92e48b.tar.gz txr-270c5dad176d7bd9add153392915dc562f92e48b.tar.bz2 txr-270c5dad176d7bd9add153392915dc562f92e48b.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 |