aboutsummaryrefslogtreecommitdiff
path: root/contrib/mandoc/cgi.h.example
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/mandoc/cgi.h.example')
-rw-r--r--contrib/mandoc/cgi.h.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/mandoc/cgi.h.example b/contrib/mandoc/cgi.h.example
new file mode 100644
index 000000000000..2ccbe25b2d87
--- /dev/null
+++ b/contrib/mandoc/cgi.h.example
@@ -0,0 +1,7 @@
+/* Example compile-time configuration file for man.cgi(8). */
+
+#define SCRIPT_NAME "cgi-bin/man.cgi"
+#define MAN_DIR "/man"
+#define CSS_DIR ""
+#define CUSTOMIZE_TITLE "Manual pages with mandoc"
+#define COMPAT_OLDURI Yes