diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-04-26 22:36:00 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-04-26 22:36:00 +0000 |
commit | cc4a2bf60947af3ec8c3a1dcf96d1638fdca49c2 (patch) | |
tree | c55aed17b63080382e99f9801a49f1a9ff4e47d4 /util | |
parent | 1e2c01c3abc4bac09b25b16e501e8371dd808a65 (diff) |
All manuals in (probably all 142) Imake ports were misformatted
because grotty-1.21 requires a new -c option which grotty-1.15 rejected.
Symptoms noticed by deraadt@ in mgp(1), Imake configuration spotted
as the culprit by espie@, patch tested and ok by matthieu@.
Diffstat (limited to 'util')
-rw-r--r-- | util/cf/OpenBSD.cf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cf/OpenBSD.cf b/util/cf/OpenBSD.cf index 5b3d6efb3..2ade73a75 100644 --- a/util/cf/OpenBSD.cf +++ b/util/cf/OpenBSD.cf @@ -247,7 +247,7 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe * Documentation formatting */ #ifdef Ports -# define NroffCmd /usr/local/bin/nroff -Tascii +# define NroffCmd /usr/local/bin/nroff -Tascii -c # define TroffCmd /usr/local/bin/nroff -Tps # define HTMLroffCmd /usr/local/bin/nroff -Thtml # define NeqnCmd /usr/local/bin/neqn -Tascii |