From 63ca112d815a9434144c0b7d1a0ce0a269bed6bf 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