Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2020 11:03:37 +0000 (UTC)
From:      Piotr Pawel Stefaniak <pstef@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r362495 - head/lib/libc/string
Message-ID:  <202006221103.05MB3b2B051546@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help

Author: pstef
Date: Mon Jun 22 11:03:36 2020
New Revision: 362495
URL: https://svnweb.freebsd.org/changeset/base/362495

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

Modified:
  head/lib/libc/string/strtok.3

Modified: head/lib/libc/string/strtok.3
==============================================================================
--- head/lib/libc/string/strtok.3	Mon Jun 22 10:52:30 2020	(r362494)
+++ head/lib/libc/string/strtok.3	Mon Jun 22 11:03:36 2020	(r362495)
@@ -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



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