Commit 7e5fca4a authored by Tollef Fog Heen's avatar Tollef Fog Heen

Whitespace

parent 5a1567e9
......@@ -193,7 +193,7 @@ const struct parspec mgt_parspec[] = {
{ "send_timeout", tweak_timeout, &mgt_param.send_timeout, 0, 0,
"Send timeout for client connections. "
"If the HTTP response hasn't been transmitted in this many\n"
"seconds the session is closed. \n"
"seconds the session is closed.\n"
"See setsockopt(2) under SO_SNDTIMEO for more information.",
DELAYED_EFFECT,
"600", "seconds" },
......@@ -201,7 +201,7 @@ const struct parspec mgt_parspec[] = {
0, 0,
"Time to wait with no data sent. "
"If no data has been transmitted in this many\n"
"seconds the session is closed. \n"
"seconds the session is closed.\n"
"See setsockopt(2) under SO_SNDTIMEO for more information.",
DELAYED_EFFECT,
"60", "seconds" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment