Date: Mon, 7 Oct 2024 10:12:11 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 33938d88e35b - main - genl(1): fix typo Message-ID: <202410071012.497ACB7S099018@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=33938d88e35b88c5f28ca10aac89d871fc9edc3f commit 33938d88e35b88c5f28ca10aac89d871fc9edc3f Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-10-07 10:08:29 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-10-07 10:08:29 +0000 genl(1): fix typo --- usr.bin/genl/genl.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/genl/genl.1 b/usr.bin/genl/genl.1 index 8aafd24dd6f3..9837744fa8e3 100644 --- a/usr.bin/genl/genl.1 +++ b/usr.bin/genl/genl.1 @@ -51,7 +51,7 @@ Lists all available generic netlink protocols, and presents its details: .It operations Id of the operation if any and associated capabilities .It multicast groups -If of the available multicast group if any and it associated name +Id of the available multicast group if any and it associated name .El .It Cm monitor Ao family Ac Oo multicast group Oc Connect to the
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410071012.497ACB7S099018>