From 20b85c03e751b4876fa3c92040464e483172b746 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Wed, 3 Jul 2024 19:03:11 +0200 Subject: manual format adjustment --- src/chkspawn.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/chkspawn.c') 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)); -- cgit v1.2.3