summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-07-29 19:47:48 -0700
committerKaz Kylheku <kaz@kylheku.com>2019-07-29 19:47:48 -0700
commita05a0a13272c1432e8e414b3d785c439a8164a93 (patch)
tree08c9dae793535ed3569938054e7b4b91aefb1906
parentf9f357f060b6c084c720b67226af3ad6f4cbfff7 (diff)
downloadtxr-a05a0a13272c1432e8e414b3d785c439a8164a93.tar.gz
txr-a05a0a13272c1432e8e414b3d785c439a8164a93.tar.bz2
txr-a05a0a13272c1432e8e414b3d785c439a8164a93.zip
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.
-rw-r--r--txr.13
1 files changed, 2 insertions, 1 deletions
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