diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-23 04:40:25 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-23 04:40:25 +0300 |
commit | a94d803c20a54a2147ce57994e85798149a47c00 (patch) | |
tree | 4f18c0c07297a5a36bec86bd597299daeea47054 | |
parent | e066864eb3a468b64970107e880a2f3e16d67a37 (diff) | |
download | sciteco-a94d803c20a54a2147ce57994e85798149a47c00.tar.gz |
sciteco(7): fixed formatting of some tables
This was changed ages ago for some old version of Groff.
These workarounds should no longer be necessary.
-rw-r--r-- | doc/sciteco.7.template | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index 3560973..c250728 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -413,8 +413,8 @@ mnemonics are given as well. .\" section. .SCITECO_TT 90n .TS -expand,allbox,tab(;); -LBW0 LBW0 LBW0 LBW0 LB +allbox,tab(;); +LB LB LB LB LBX L L L L L. Name;Code;Mnemonics;Context;Description T{ @@ -993,8 +993,8 @@ precedence, whereas borders separate operators of the \fIsame\fP precedence: .SCITECO_TT 90n .TS -expand,box,tab(;); -LW0 L. +box,tab(;); +L LX. \fIbase\fB ^* \fIpower\fR;T{ .SCITECO_TOPIC ^* power Raise \fIbase\fP to \fIpower\fP. |