Date: Sat, 26 Oct 2024 21:09:35 GMT From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 5fa2e50ea438 - main - genl: fix typo Message-ID: <202410262109.49QL9ZUW068272@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=5fa2e50ea4386bf277bb840e821c63f314c9a431 commit 5fa2e50ea4386bf277bb840e821c63f314c9a431 Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2024-10-26 21:09:20 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2024-10-26 21:09:20 +0000 genl: fix typo --- usr.bin/genl/genl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/genl/genl.c b/usr.bin/genl/genl.c index df2758c273f3..dd0c3af30c9c 100644 --- a/usr.bin/genl/genl.c +++ b/usr.bin/genl/genl.c @@ -263,7 +263,7 @@ monitor_mcast(int argc __unused, char **argv) } } if (!found) - errx(EXIT_FAILURE, "No such multicat group '%s'" + errx(EXIT_FAILURE, "No such multicast group '%s'" " in family '%s'", argv[1], argv[0]); for (size_t i= 0; i < nitems(mcast_parsers); i++) { if (strcmp(mcast_parsers[i].family, argv[0]) == 0) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410262109.49QL9ZUW068272>