From 519a41506d67e12bc104f38f51e566bca7763873 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 20 Jan 2010 17:34:32 -0800 Subject: Escape spaces in arguments to .IP. --- txr.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/txr.1 b/txr.1 index 8d72a001..a96496cd 100644 --- a/txr.1 +++ b/txr.1 @@ -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) -- cgit v1.2.3