From 83550d02fea69b1cd1b15c325be944e5de08fd53 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Mon, 4 Mar 2024 18:58:05 +0100 Subject: [PATCH] Add a missing space in a warning. --- usr.sbin/jail/jail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/jail/jail.c b/usr.sbin/jail/jail.c index 9f8267dc1bd..df0a3232179 100644 --- a/usr.sbin/jail/jail.c +++ b/usr.sbin/jail/jail.c @@ -400,7 +400,7 @@ main(int argc, char **argv) continue; } if (j->intparams[IP_ALLOW_DYING] && !dying_warned) { - warnx("%s", "the 'allow.dying' parameter and '-d' flag" + warnx("%s", "the 'allow.dying' parameter and '-d' flag " "are deprecated and have no effect."); dying_warned = 1; }