Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2023 22:12:22 GMT
From:      "Alexander V. Chernikov" <melifaro@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1ce626b94897 - stable/13 - netlink: fix typo in netlink(4)
Message-ID:  <202301232212.30NMCM3T017357@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by melifaro:

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

commit 1ce626b94897f8afc6426823de4f03df622313d1
Author:     Alexander V. Chernikov <melifaro@FreeBSD.org>
AuthorDate: 2023-01-16 10:56:10 +0000
Commit:     Alexander V. Chernikov <melifaro@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301232212.30NMCM3T017357>