diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-04-05 17:45:49 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-04-05 17:52:25 +0300 |
commit | 1c88da4c67cb94bbd6805419468b14b8fe77390e (patch) | |
tree | 23200ceee67e9c2e516583c03b29071b0903381a /doc/sciteco.1.in | |
parent | 39490d6d8f7a0581f2502529c07fa1c2d67e3237 (diff) | |
download | sciteco-1c88da4c67cb94bbd6805419468b14b8fe77390e.tar.gz |
Troff documents: fixed monospaced example blocks
* .SCITECO_TT should be before .EX, so that the indent is already monospaced.
.SCITECO_TT_END still needs to be before .EE however, so that the next
non-monospaced line is not "typeset" with a monospaced indent.
* naturally only affects the Gtk UI
Diffstat (limited to 'doc/sciteco.1.in')
-rw-r--r-- | doc/sciteco.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index 014c305..c24858a 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -56,8 +56,8 @@ invoked as scripts by using a Hash-Bang line like .\" not allowed since they are not escaped correctly. .SCITECO_TOPIC scripting .RS -.EX .SCITECO_TT +.EX #!@bindir@/sciteco -m .SCITECO_TT_END .EE |