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; }