The branch stable/13 has been updated by melifaro:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1ce626b94897f8afc6426823de4f03df622313d1

commit 1ce626b94897f8afc6426823de4f03df622313d1
Author:     Alexander V. Chernikov <melif...@freebsd.org>
AuthorDate: 2023-01-16 10:56:10 +0000
Commit:     Alexander V. Chernikov <melif...@freebsd.org>
CommitDate: 2023-01-23 22:09:05 +0000

    netlink: fix typo in netlink(4)
    
    Reported by:    Ihor Antonov <ihor@antonovs.family>
    
    (cherry picked from commit a8633361ab71fda3860f6b4ed1a602f9b52b36b8)
---
 share/man/man4/netlink.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man4/netlink.4 b/share/man/man4/netlink.4
index bbfa55049e2e..2aa4903a4594 100644
--- a/share/man/man4/netlink.4
+++ b/share/man/man4/netlink.4
@@ -328,7 +328,7 @@ or
 .
 .El
 .Sh SEE ALSO
-.Xr genetrlink 4 ,
+.Xr genetlink 4 ,
 .Xr rtnetlink 4
 .Rs
 .%A "J. Salim"

Reply via email to