mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
It implements missing man(7) macros used in base by kerberos/ntp and makes them supported by mandoc. This import should have been done before the removal of groff. Reported by: gordon
7 lines
220 B
Text
7 lines
220 B
Text
/* 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
|