Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2015 21:54:46 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284001 - head/lib/libc/string
Message-ID:  <201506042154.t54LskQu041533@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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