diff options
-rw-r--r-- | txr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -880,7 +880,7 @@ No failure occurs if none match. Match some clauses sequentially, stopping if one of them matches successfully. -.IP @(define NAME ( ARGUMENTS ...)) +.IP @(define\ NAME\ (\ ARGUMENTS\ ...)) Introduces a function. Functions are discussed in the FUNCTIONS section below. .IP @(collect) @@ -917,10 +917,10 @@ has special semantics. Blocks are discussed in the section BLOCKS below. Indicates the start of a try block, which is related to exception handling, discussed in the EXCEPTIONS section below. -.IP @(catch), @(finally) +.IP @(catch),\ @(finally) Special clauses within @(try). See EXCEPTIONS below. -.IP @(defex), @(throw) +.IP @(defex),\ @(throw) Define custom exception types; throw an exception. See EXCEPTIONS below. .IP @(flatten) |