From owner-svn-src-all@freebsd.org  Mon Jun 29 06:28:02 2020
Return-Path: <owner-svn-src-all@freebsd.org>
Delivered-To: svn-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 5BB4535FDD9;
 Mon, 29 Jun 2020 06:28:02 +0000 (UTC)
 (envelope-from pstef@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 "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 49wHc21N4Qz4PZQ;
 Mon, 29 Jun 2020 06:28:02 +0000 (UTC)
 (envelope-from pstef@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 120D122DF1;
 Mon, 29 Jun 2020 06:28:02 +0000 (UTC)
 (envelope-from pstef@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05T6S1o0068077;
 Mon, 29 Jun 2020 06:28:01 GMT (envelope-from pstef@FreeBSD.org)
Received: (from pstef@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05T6S1CU068076;
 Mon, 29 Jun 2020 06:28:01 GMT (envelope-from pstef@FreeBSD.org)
Message-Id: <202006290628.05T6S1CU068076@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: pstef set sender to
 pstef@FreeBSD.org using -f
From: Piotr Pawel Stefaniak <pstef@FreeBSD.org>
Date: Mon, 29 Jun 2020 06:28:01 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-all@freebsd.org,
 svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject: svn commit: r362773 - in stable: 11/lib/libc/string 12/lib/libc/string
X-SVN-Group: stable-12
X-SVN-Commit-Author: pstef
X-SVN-Commit-Paths: in stable: 11/lib/libc/string 12/lib/libc/string
X-SVN-Commit-Revision: 362773
X-SVN-Commit-Repository: base
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-all@freebsd.org
X-Mailman-Version: 2.1.33
Precedence: list
List-Id: "SVN commit messages for the entire src tree \(except for &quot;
 user&quot; and &quot; projects&quot; \)" <svn-src-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-all/>
List-Post: <mailto:svn-src-all@freebsd.org>
List-Help: <mailto:svn-src-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Jun 2020 06:28:02 -0000

Author: pstef
Date: Mon Jun 29 06:28:01 2020
New Revision: 362773
URL: https://svnweb.freebsd.org/changeset/base/362773

Log:
  MFC r362495:
  strtok(3): make it easier to find the RETURN VALUES section

Modified:
  stable/12/lib/libc/string/strtok.3
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/lib/libc/string/strtok.3
Directory Properties:
  stable/11/   (props changed)

Modified: stable/12/lib/libc/string/strtok.3
==============================================================================
--- stable/12/lib/libc/string/strtok.3	Mon Jun 29 06:19:39 2020	(r362772)
+++ stable/12/lib/libc/string/strtok.3	Mon Jun 29 06:28:01 2020	(r362773)
@@ -97,7 +97,7 @@ The
 function
 may also be used to nest two parsing loops within one another, as
 long as separate context pointers are used.
-.Pp
+.Sh RETURN VALUES
 The
 .Fn strtok
 and