summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2010-01-20 17:34:32 -0800
committerKaz Kylheku <kaz@kylheku.com>2010-01-20 17:34:32 -0800
commit519a41506d67e12bc104f38f51e566bca7763873 (patch)
tree5b85cdb29641ce2f7d2f915217d4a54462616891
parent58fa8dd67971b2ea0ebb2777d912bb2738974810 (diff)
downloadtxr-519a41506d67e12bc104f38f51e566bca7763873.tar.gz
txr-519a41506d67e12bc104f38f51e566bca7763873.tar.bz2
txr-519a41506d67e12bc104f38f51e566bca7763873.zip
Escape spaces in arguments to .IP.
-rw-r--r--txr.16
1 files 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)