diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-02-26 10:42:59 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2017-02-26 10:42:59 +0100 |
commit | f90b197ab83dd59b230ffca21af2aa76a91d0320 (patch) | |
tree | e32dec10d4c3f16502e6055c0c1829625992694c /doc/sciteco.tmac | |
parent | 5e84b631613708db7226bd90f6b61d687f0a8ca1 (diff) | |
download | sciteco-f90b197ab83dd59b230ffca21af2aa76a91d0320.tar.gz |
more fixes for groff v1.19
* fixes manpages, Groff warnings and building
womanpages for older Groff versions.
Groff v1.19 is in use eg. on FreeBSD 11.
* tbl v1.19 has different column specifiers than
on later versions. `X` cannot be used for expanded
columns in these Groff versions.
Diffstat (limited to 'doc/sciteco.tmac')
-rw-r--r-- | doc/sciteco.tmac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sciteco.tmac b/doc/sciteco.tmac index 867b027..fa8c8e5 100644 --- a/doc/sciteco.tmac +++ b/doc/sciteco.tmac @@ -12,10 +12,10 @@ .\" but there are still subtle differences... .if !ddevice \{\ .de device -. ie \\n(.z \ -. nop \!\!x X \\^$ +. ie '\\n(.z'' \ +. nop \!x X \\$* . el \ -. nop \!x X \\^$ +. nop \!.device \\$@ .. .\} . |