From a05a0a13272c1432e8e414b3d785c439a8164a93 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 29 Jul 2019 19:47:48 -0700 Subject: doc: fix wrapping save-exe example * txr.1: Use backslash escape in the save-exe example to break up long string literal, so it won't be wrapped by man at 80 columns. --- txr.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 3f46cabe..1738fa90 100644 --- a/txr.1 +++ b/txr.1 @@ -68804,7 +68804,8 @@ that is located in the same directory. .verb (save-exe "myapp" - "--args|-e|(load (path-cat (dir-name txr-exe-path) \e"main.tl\e"))") + "--args|-e|(load (path-cat (dir-name txr-exe-path) \e + \e \e"main.tl\e"))") .brev .SH* DEBUGGER -- cgit v1.2.3