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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to