diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-11-22 06:35:06 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-11-22 06:35:06 -0800 |
commit | 574af30bb232619d36b0bd0956f9815f65db915a (patch) | |
tree | e8823dede2559f6098d7527d95bb1f0af9313c03 /txr.1 | |
parent | 94fff3fc01da333cdfc7720c27d48c228dcadb67 (diff) | |
download | txr-574af30bb232619d36b0bd0956f9815f65db915a.tar.gz txr-574af30bb232619d36b0bd0956f9815f65db915a.tar.bz2 txr-574af30bb232619d36b0bd0956f9815f65db915a.zip |
doc: formatting issue in awk fconv macro desc.
* txr.1: Fix two instances of clause parameter being
typeset as .code rather than .meta.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42122,7 +42122,7 @@ provides a succinct way to request conversions of the textual fields. Conversions are expressed by clauses which correspond with fields. Each -.code clause +.meta clause is an expression which must evaluate to a function. The clause is evaluated in the same manner as the argument a .code dwim @@ -42131,7 +42131,7 @@ specified simply by using their name as a .metn clause . Furthermore, several local functions exist in the scope of each -.codn clause , +.metn clause , providing a short-hand notation. These are described below. Conversion proceeds by applying the function produced by |