Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2023 00:12:17 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2c101fca1991 - releng/13.2 - netlink: Fix "version introduced" documentation
Message-ID:  <202303160012.32G0CHPe096409@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch releng/13.2 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=2c101fca1991de4d257070dad01a398c1f13545e

commit 2c101fca1991de4d257070dad01a398c1f13545e
Author:     Tom Hukins <tom@FreeBSD.org>
AuthorDate: 2023-03-04 15:59:02 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-03-15 23:14:29 +0000

    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
    Approved by: re@ (cperciva)
    
    (cherry picked from commit 6d2feb39ad13768f3ea06381fcd95937a09f0d62)
---
 share/man/man3/snl.3       | 2 +-
 share/man/man4/genetlink.4 | 2 +-
 share/man/man4/netlink.4   | 2 +-
 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 c0d9b5a88ade..50adebd0c6c7 100644
--- a/share/man/man4/netlink.4
+++ b/share/man/man4/netlink.4
@@ -346,7 +346,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 5849508b74c2..1e52640eec56 100644
--- a/share/man/man4/rtnetlink.4
+++ b/share/man/man4/rtnetlink.4
@@ -525,7 +525,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



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