The branch stable/14 has been updated by maxim: URL: https://cgit.FreeBSD.org/src/commit/?id=9c72da889424ced8cfd906f834b7d35c4403437c
commit 9c72da889424ced8cfd906f834b7d35c4403437c Author: Maxim Konovalov <ma...@freebsd.org> AuthorDate: 2025-01-13 00:40:47 +0000 Commit: Maxim Konovalov <ma...@freebsd.org> CommitDate: 2025-01-29 18:33:13 +0000 genl: typo fixes PR: 284017 (cherry picked from commit 8b5058ec78a6fad972f48e6cd5613c2750f43ad6) --- usr.bin/genl/genl.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/genl/genl.1 b/usr.bin/genl/genl.1 index 5a32d69dd482..696634fdef9e 100644 --- a/usr.bin/genl/genl.1 +++ b/usr.bin/genl/genl.1 @@ -56,7 +56,7 @@ Id of the available multicast group if any and it associated name Connect to the .Ar family protocol and subscribe to the -.Ar mulicast group +.Ar multicast group then print the received messages in a readable format if the protocol is known. So far only .Qq nlctrl @@ -64,7 +64,7 @@ and .Qq nlsysevent are known. If no .Ar multicast group -are provided then all the groups are subsribed to. +are provided then all the groups are subscribed to. .El .Sh SEE ALSO .Xr genetlink 4 ,