diff --git a/server/core/gateway.c b/server/core/gateway.c index f4aada2e3..a0762da5c 100644 --- a/server/core/gateway.c +++ b/server/core/gateway.c @@ -851,22 +851,20 @@ static void usage(void) * This is not obvious solution because stderr is often directed to somewhere, * but currently this is the case. * - * The configuration file is by default /etc/MaxScale.cnf + * The configuration file is by default \/etc/MaxScale.cnf * The name of configuration file and its location can be specified by * command-line argument. * - * is resolved in the following order: + * \ is resolved in the following order: * 1. from '-c ' command-line argument * 2. from MAXSCALE_HOME environment variable * 3. /etc/ if MaxScale.cnf is found from there * 4. current working directory if MaxScale.cnf is found from there * - * is resolved in the following order: - * 1. from '-f ' command-line argument + * \ is resolved in the following order: + * 1. from '-f \' command-line argument * 2. by using default value "MaxScale.cnf" * - * vraa 25.11.13 - * */ int main(int argc, char **argv) { @@ -874,17 +872,17 @@ int main(int argc, char **argv) int l; int i; int n; - int n_threads; /**