Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 2021 08:16:35 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: c94af0dbb7c7 - stable/12 - Correct section reference for examples in RFC3542
Message-ID:  <202108040816.1748GZeG083773@gitrepo.freebsd.org>

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

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

commit c94af0dbb7c79978433662a1d31d1e50f86e4515
Author:     Tom Jones <thj@FreeBSD.org>
AuthorDate: 2021-08-01 12:52:07 +0000
Commit:     Tom Jones <thj@FreeBSD.org>
CommitDate: 2021-08-04 08:16:15 +0000

    Correct section reference for examples in RFC3542
    
    Reviewed by:    bz, network
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D26272
    
    (cherry picked from commit 44752e92e134167e9a0ecd277e32608a5595e6d1)
---
 lib/libc/net/inet6_opt_init.3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libc/net/inet6_opt_init.3 b/lib/libc/net/inet6_opt_init.3
index 671346818470..484767f781fa 100644
--- a/lib/libc/net/inet6_opt_init.3
+++ b/lib/libc/net/inet6_opt_init.3
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 23, 2004
+.Dd August 1, 2021
 .Dt INET6_OPT_INIT 3
 .Os
 .\"
@@ -305,7 +305,7 @@ All the functions return
 on an error.
 .\"
 .Sh EXAMPLES
-RFC3542 gives comprehensive examples in Section 23.
+RFC3542 gives comprehensive examples in Section 22.
 .Pp
 KAME also provides examples in the
 .Pa advapitest



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