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/grosciteco.tes.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/grosciteco.tes.1.in')
-rw-r--r-- | doc/grosciteco.tes.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grosciteco.tes.1.in b/doc/grosciteco.tes.1.in index 3e21f8a..75af1e0 100644 --- a/doc/grosciteco.tes.1.in +++ b/doc/grosciteco.tes.1.in @@ -156,8 +156,8 @@ a \*(ST macro package with a man page called \fBgreat-macro.tes\fP(7sciteco): . .RS -.EX .SCITECO_TT +.EX groff -Z -Tascii -man -M@pkgdatadir@ -msciteco \\ great-macro.tes.7sciteco >great-macro.tes.7sciteco.intermediate grosciteco.tes great-macro.tes.7sciteco.woman great-macro.tes.7sciteco.woman.tec \\ |