diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-02-24 04:52:22 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-02-24 04:52:22 -0800 |
commit | 35f988e31dcfb869b252f5946cea2a0fd4db3d49 (patch) | |
tree | e21c48ff5d73b59efd500596e6fbd164167ea0bb /txr.1 | |
parent | 3e141db756afa5bed304bec8cd830e122fa7237c (diff) | |
download | txr-35f988e31dcfb869b252f5946cea2a0fd4db3d49.tar.gz txr-35f988e31dcfb869b252f5946cea2a0fd4db3d49.tar.bz2 txr-35f988e31dcfb869b252f5946cea2a0fd4db3d49.zip |
Fixed nroff errors resulting in incorrect output text.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1749,7 +1749,7 @@ evaluated. Bindings extracted by a successful clause are visible the clauses which follow, and if the directive succeeds, all of the combined bindings emerge. -.IP @(some [ :resolve (vars ...) ]) +.IP "@(some [ :resolve (vars ...) ])" Each of the clauses is matched at the current position. If any of the clauses succeed, the directive succeeds, retaining the bindings accumulated by the successully matching clauses. Evaluation does not stop on the first successful @@ -1811,7 +1811,7 @@ collected from that clause are retained. Any remaining clauses after that one are not processed. If no clause matches, the directive fails, and produces no bindings. -.IP @(choose [ :longest <var> | :shortest <var> ]) +.IP "@(choose [ :longest <var> | :shortest <var> ])" Each of the clauses is matched at the current position in order. In this construct, bindings established an earlier clause are not visible to later clauses. Although any or all of the clauses can potentially match, the clause |