svn commit: r284001 - head/lib/libc/string

Jilles Tjoelker jilles at FreeBSD.org
Thu Jun 4 21:54:47 UTC 2015


Author: jilles
Date: Thu Jun  4 21:54:46 2015
New Revision: 284001
URL: https://svnweb.freebsd.org/changeset/base/284001

Log:
  strchr(3): Mdoc fixes.

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

Modified: head/lib/libc/string/strchr.3
==============================================================================
--- head/lib/libc/string/strchr.3	Thu Jun  4 21:07:27 2015	(r284000)
+++ head/lib/libc/string/strchr.3	Thu Jun  4 21:54:46 2015	(r284001)
@@ -113,10 +113,12 @@ and
 .Fn strrchr
 conform to
 .St -isoC .
-The
+The function
 .Fn strchrnul
-is a GNU extension .
-.Sh History
+is a
+.Tn GNU
+extension.
+.Sh HISTORY
 The
 .Fn strchrnul
 function first appeared in glibc 2.1.1 and was added in


More information about the svn-src-all mailing list