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 _______________________________________________ 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"