From owner-dev-commits-src-all@freebsd.org Wed Aug 4 08:16:36 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 24E12659967; Wed, 4 Aug 2021 08:16:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gfl2D0bP4z3JHW; Wed, 4 Aug 2021 08:16:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1A4B235C9; Wed, 4 Aug 2021 08:16:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1748GZZE083774; Wed, 4 Aug 2021 08:16:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1748GZeG083773; Wed, 4 Aug 2021 08:16:35 GMT (envelope-from git) Date: Wed, 4 Aug 2021 08:16:35 GMT Message-Id: <202108040816.1748GZeG083773@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Tom Jones Subject: git: c94af0dbb7c7 - stable/12 - Correct section reference for examples in RFC3542 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: thj X-Git-Repository: src X-Git-Refname: refs/heads/stable/12 X-Git-Reftype: branch X-Git-Commit: c94af0dbb7c79978433662a1d31d1e50f86e4515 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2021 08:16:36 -0000 The branch stable/12 has been updated by thj: URL: https://cgit.FreeBSD.org/src/commit/?id=c94af0dbb7c79978433662a1d31d1e50f86e4515 commit c94af0dbb7c79978433662a1d31d1e50f86e4515 Author: Tom Jones AuthorDate: 2021-08-01 12:52:07 +0000 Commit: Tom Jones 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