diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-13 15:38:36 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-13 15:38:36 +0000 |
commit | 220e4280121438a1e183a70d29be33f27c9dcae1 (patch) | |
tree | df57e106d91b62afe1c0675598d14869cc69debb /cgi.h.example | |
parent | f97efd4d81dc5dfc1a156e495e1ef24c906403a5 (diff) | |
download | mandoc-220e4280121438a1e183a70d29be33f27c9dcae1.tar.gz |
Compatibility hack for the old "manpath=OpenBSD<blank>" query parameter format;
unfortunate, more than 400 links needing this are scattered all around
the www.openbsd.org website, and CVSweb needs this as well.
Diffstat (limited to 'cgi.h.example')
-rw-r--r-- | cgi.h.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi.h.example b/cgi.h.example index 95508def..4f7273b1 100644 --- a/cgi.h.example +++ b/cgi.h.example @@ -5,3 +5,4 @@ #define CUSTOMIZE_TITLE "Manual pages with mandoc" #define CUSTOMIZE_BEGIN "<H2>\nManual pages with " \ "<A HREF=\"http://mdocml.bsd.lv/\">mandoc</A>\n</H2>" +#define COMPAT_OLDURI Yes |