diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-12-29 20:03:03 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-12-29 20:03:03 -0800 |
commit | a24a7da08b3caba01a47e84974fb6efe928594bc (patch) | |
tree | 6a493dfc9ef97ee2190f02a71f3b07bbee7f0073 | |
parent | 8be14e38da4b6290ddafd3054cc550af96b6a941 (diff) | |
download | txr-a24a7da08b3caba01a47e84974fb6efe928594bc.tar.gz txr-a24a7da08b3caba01a47e84974fb6efe928594bc.tar.bz2 txr-a24a7da08b3caba01a47e84974fb6efe928594bc.zip |
doc: note for awk macro fconv.
* txr.1: Add usage note to the fconv macro.
-rw-r--r-- | txr.1 | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -58388,6 +58388,17 @@ The return value of is .codn f . +Note: because +.code f +is +.code nil +when no fields have been extracted, a +.code fconv +expression can be used as the condition in an +.code awk +clause which triggers the action if one or more fields have been +extracted, and performs conversions on them. + .TP* Examples: .verb |