diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-10-07 10:08:29 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-10-23 07:24:09 +0000 |
| commit | 58aca1634027fa469f8bcd4503803d8fee94393c (patch) | |
| tree | 014b1004a2d2d51b7da875926eff82084432d02a | |
| parent | c116dea0be45de2ebc7c7f519bdfc33c69571054 (diff) | |
genl(1): fix typo
(cherry picked from commit 33938d88e35b88c5f28ca10aac89d871fc9edc3f)
| -rw-r--r-- | usr.bin/genl/genl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
