svn commit: r362773 - in stable: 11/lib/libc/string 12/lib/libc/string

Piotr Pawel Stefaniak pstef at FreeBSD.org
Mon Jun 29 06:28:02 UTC 2020


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/11/lib/libc/string/strtok.3
Directory Properties:
  stable/11/   (props changed)

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

Modified: stable/11/lib/libc/string/strtok.3
==============================================================================
--- stable/11/lib/libc/string/strtok.3	Mon Jun 29 06:19:39 2020	(r362772)
+++ stable/11/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


More information about the svn-src-all mailing list