Date: Wed, 23 Oct 2024 07:24:30 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 58aca1634027 - stable/14 - genl(1): fix typo Message-ID: <202410230724.49N7OUGM036403@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=58aca1634027fa469f8bcd4503803d8fee94393c commit 58aca1634027fa469f8bcd4503803d8fee94393c Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-10-07 10:08:29 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-10-23 07:24:09 +0000 genl(1): fix typo (cherry picked from commit 33938d88e35b88c5f28ca10aac89d871fc9edc3f) --- 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?202410230724.49N7OUGM036403>