diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-07-29 19:47:48 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-07-29 19:47:48 -0700 |
commit | a05a0a13272c1432e8e414b3d785c439a8164a93 (patch) | |
tree | 08c9dae793535ed3569938054e7b4b91aefb1906 | |
parent | f9f357f060b6c084c720b67226af3ad6f4cbfff7 (diff) | |
download | txr-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.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |