git: a8633361ab71 - main - netlink: fix typo in netlink(4)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Jan 2023 10:57:17 UTC
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=a8633361ab71fda3860f6b4ed1a602f9b52b36b8 commit a8633361ab71fda3860f6b4ed1a602f9b52b36b8 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-16 10:56:10 +0000 netlink: fix typo in netlink(4) Reported by: Ihor Antonov <ihor@antonovs.family> --- 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"