The branch main has been updated by harti:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=83550d02fea69b1cd1b15c325be944e5de08fd53

commit 83550d02fea69b1cd1b15c325be944e5de08fd53
Author:     Hartmut Brandt <[email protected]>
AuthorDate: 2024-03-04 17:58:05 +0000
Commit:     Hartmut Brandt <[email protected]>
CommitDate: 2024-03-04 19:08:25 +0000

    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 9f8267dc1bde..df0a32321794 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;
                }

Reply via email to