diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-07-13 11:45:32 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-07-13 11:45:32 -0700 |
commit | f9c30536415bf20df76d60dffa7b851c2825e787 (patch) | |
tree | 90d4db5141647b4b4322df2d5dc845d33755986a | |
parent | 3c36690ea47bd88ed7a6bf2d2cf4e53ea9fdbc1a (diff) | |
download | txr-f9c30536415bf20df76d60dffa7b851c2825e787.tar.gz txr-f9c30536415bf20df76d60dffa7b851c2825e787.tar.bz2 txr-f9c30536415bf20df76d60dffa7b851c2825e787.zip |
* txr.1: Fix opening ( balanced by }.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3978,7 +3978,7 @@ that field, if the width is specified as a positive number, and right-adjusted if the width is specified as negative. An output variable may specify a filter which overrides any filter established -for the output clause. The syntax for this is @(NAME :filter <filterspec>}. +for the output clause. The syntax for this is @{NAME :filter <filterspec>}. The filter specification syntax is the same as in the output clause. See Output Filtering below. |