Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2021 13:00:54 GMT
From:      Tom Jones <thj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a77a6a049e37 - stable/13 - inet6_option_space is deprecated, refer to inet6_opt_init instead
Message-ID:  <202108021300.172D0sIA008644@gitrepo.freebsd.org>

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

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

commit a77a6a049e371e456b9ba6043717f814530a94ae
Author:     Tom Jones <thj@FreeBSD.org>
AuthorDate: 2021-07-30 13:23:39 +0000
Commit:     Tom Jones <thj@FreeBSD.org>
CommitDate: 2021-08-02 12:58:51 +0000

    inet6_option_space is deprecated, refer to inet6_opt_init instead
    
    Reviewed by:    bz, hrs
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D26273
    
    (cherry picked from commit 0943200b1308bcf2e2b331f6aba514d64d74545f)
---
 share/man/man4/ip6.4 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4
index 7b71aa23eae0..9c94b3def444 100644
--- a/share/man/man4/ip6.4
+++ b/share/man/man4/ip6.4
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 1, 2018
+.Dd July 30, 2021
 .Dt IP6 4
 .Os
 .Sh NAME
@@ -291,7 +291,7 @@ struct ip6_hbh {
 .Ed
 .Pp
 The
-.Fn inet6_option_space
+.Fn inet6_opt_init
 routine and family of routines may be used to manipulate this data.
 .Pp
 This option requires superuser privileges.
@@ -311,7 +311,7 @@ struct ip6_dest {
 .Ed
 .Pp
 The
-.Fn inet6_option_space
+.Fn inet6_opt_init
 routine and family of routines may be used to manipulate this data.
 .Pp
 This option requires superuser privileges.
@@ -345,7 +345,7 @@ struct ip6_rthdr {
 .Ed
 .Pp
 The
-.Fn inet6_option_space
+.Fn inet6_opt_init
 routine and family of routines may be used to manipulate this data.
 .Pp
 This option requires superuser privileges.



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