netlink: Fix "version introduced" documentation

netlink(4) and associated features will exist in FreeBSD 14.0 but they
will also exist in 13.2, an older version, from commits such as 02b958b1
and b309249b.

This commit needs merging to stable/13 and releng/13.2.

MFC after: 2days (needs to be in RC2)
Reviewed by: imp,melifaro
Pull Request: https://github.com/freebsd/freebsd-src/pull/651
This commit is contained in:
Tom Hukins 2023-03-04 08:59:02 -07:00 committed by Warner Losh
parent 38e2d5db2a
commit 6d2feb39ad
4 changed files with 4 additions and 4 deletions

View File

@ -305,7 +305,7 @@ and
The
.Dv SNL
library appeared in
.Fx 14.0 .
.Fx 13.2 .
.Sh AUTHORS
This library was implemented by
.An Alexander Chernikov Aq Mt melifaro@FreeBSD.org .

View File

@ -138,7 +138,7 @@ The following groups are defined:
The
.Dv NETLINK_GENERIC
protocol family appeared in
.Fx 14.0 .
.Fx 13.2 .
.Sh AUTHORS
The netlink was implementated by
.An -nosplit

View File

@ -350,7 +350,7 @@ or
.Re
.Sh HISTORY
The netlink protocol appeared in
.Fx 14.0 .
.Fx 13.2 .
.Sh AUTHORS
The netlink was implemented by
.An -nosplit

View File

@ -532,7 +532,7 @@ RTNLGRP_NEIGH Notifies on ARP/NDP neighbor arrival/removal/change
The
.Dv NETLINK_ROUTE
protocol family appeared in
.Fx 14.0 .
.Fx 13.2 .
.Sh AUTHORS
The netlink was implementated by
.An -nosplit