From 35f988e31dcfb869b252f5946cea2a0fd4db3d49 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 24 Feb 2012 04:52:22 -0800 Subject: Fixed nroff errors resulting in incorrect output text. --- txr.1 | 4 ++-- 1 file 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 | :shortest ]) +.IP "@(choose [ :longest | :shortest ])" 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 -- cgit v1.2.3