summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-24 04:52:22 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-24 04:52:22 -0800
commit35f988e31dcfb869b252f5946cea2a0fd4db3d49 (patch)
treee21c48ff5d73b59efd500596e6fbd164167ea0bb /txr.1
parent3e141db756afa5bed304bec8cd830e122fa7237c (diff)
downloadtxr-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.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 73df9a06..55763a22 100644
--- a/txr.1
+++ b/txr.1
@@ -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