From e0ae9e1a93a17f536e3e3e24d225fd1f1e397f3b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 14 Dec 2017 18:23:59 -0800 Subject: doc: example formatting under tuples. * txr.1: Fix example code that is too wide, causing a visual problem for standard 80 column man page formatting. --- txr.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 98a21ec1..e404866c 100644 --- a/txr.1 +++ b/txr.1 @@ -29163,7 +29163,8 @@ are lists, and not lazy lists. .TP* Examples: .cblk - (tuples 3 #(1 2 3 4 5 6 7 8) 0) -> (#(1 2 3) #(4 5 6) #(7 8 0)) + (tuples 3 #(1 2 3 4 5 6 7 8) 0) -> (#(1 2 3) #(4 5 6) + #(7 8 0)) (tuples 3 "abc") -> ("abc") (tuples 3 "abcd") -> ("abc" "d") (tuples 3 "abcd" #\ez) -> ("abc" "dzz") -- cgit v1.2.3