.TH CONFIGPP 8 .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection .\" other parms are allowed: see man(7), man(1) .SH NAME configpp \- sipX config file pre-processor .SH SYNOPSIS .B configpp .I "[\-\-debug] \-\-defs FILE \-\-in FILE \-\-out FILE" .br .SH "DESCRIPTION" .PP .B configpp generates an application configuration file from a variable definitions file and a symbolic configuration file. .PP The variable definitions file should contain name-value pairs, one per line: NAME="VALUE" .PP The symbolic configuration file should contain ordinary text, with variables represented by the form ${NAME} wherever they should be filled in. The curly braces may be omitted if whitespace follows the name of the variable. The shell escape characters $, \, and ` should be escaped (with a \) whenever they should appear literally in the text. .PP Note: the application configuration file will have permissions set to 644 .PP This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. .PP .SH OPTIONS A summary of options are included below. .TP .B \-\-debug prints parameters passed with \-\-defs, \-\-in and \-\-out. Note: must be the first option. .TP .B \-\-defs variable definitions file (usually /etc/sipxpbx/config.defs) .TP .B \-\-in symbolic configuration file .TP .B \-\-out application configuration file .SH AUTHOR This manual page was written by Michael Steinmann , for the Debian GNU/Linux system (but may be used by others).