summaryrefslogtreecommitdiff
path: root/src/chkspawn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chkspawn.c')
-rw-r--r--src/chkspawn.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/chkspawn.c b/src/chkspawn.c
index 2023a9e..0760ff4 100644
--- a/src/chkspawn.c
+++ b/src/chkspawn.c
@@ -34,14 +34,14 @@ int main()
buffer_put(buffer_2, num, fmt_ulong(num, hiddenlimit));
buffer_puts(
buffer_2,
- " descriptors.\n\
-This means that the qmail daemons could crash if you set the run-time\n\
-concurrency higher than ");
+ " descriptors.\n"
+ "This means that the qmail daemons could crash if you set the run-time\n"
+ "concurrency higher than ");
buffer_put(buffer_2, num, fmt_ulong(num, maxnumd));
buffer_puts(
buffer_2,
- ". So I'm going to insist that the concurrency\n\
-limit in conf-spawn be at most ");
+ ". So I'm going to insist that the concurrency\n"
+ "limit in conf-spawn be at most ");
buffer_put(buffer_2, num, fmt_ulong(num, maxnumd));
buffer_puts(buffer_2, ". Right now it's ");
buffer_put(buffer_2, num, fmt_ulong(num, (unsigned long)auto_spawn));