diff options
author | Tom Hukins <tom@freebsd.org> | 2023-02-24 10:25:35 +0000 |
---|---|---|
committer | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2023-02-24 10:32:11 +0000 |
commit | c90cd0a9cf157a30824145cc114716f880df8480 (patch) | |
tree | 99dfcc1d3d93111c5b034cbb22608a765eb499a2 | |
parent | 117d4cafdcb806407e38266de44aebe0b4e62b6f (diff) | |
download | src-c90cd0a9cf157a30824145cc114716f880df8480.tar.gz src-c90cd0a9cf157a30824145cc114716f880df8480.zip |
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 02b958b
and b309249.
Pull Request: #651
MFC after: 1 day
-rw-r--r-- | share/man/man3/snl.3 | 2 | ||||
-rw-r--r-- | share/man/man4/genetlink.4 | 2 | ||||
-rw-r--r-- | share/man/man4/netlink.4 | 2 | ||||
-rw-r--r-- | share/man/man4/rtnetlink.4 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man3/snl.3 b/share/man/man3/snl.3 index 9fdeeaf56178..78a6b67e88a9 100644 --- a/share/man/man3/snl.3 +++ b/share/man/man3/snl.3 @@ -297,7 +297,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 . diff --git a/share/man/man4/genetlink.4 b/share/man/man4/genetlink.4 index 2c5b9b99f994..a21963b5e3bd 100644 --- a/share/man/man4/genetlink.4 +++ b/share/man/man4/genetlink.4 @@ -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 diff --git a/share/man/man4/netlink.4 b/share/man/man4/netlink.4 index fdcc823b01a6..a5cde2852158 100644 --- a/share/man/man4/netlink.4 +++ b/share/man/man4/netlink.4 @@ -344,7 +344,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 diff --git a/share/man/man4/rtnetlink.4 b/share/man/man4/rtnetlink.4 index 2c601251f7b0..56c124e4f854 100644 --- a/share/man/man4/rtnetlink.4 +++ b/share/man/man4/rtnetlink.4 @@ -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 |