svn commit: r250210 - head/lib/libc/locale

Sergey Kandaurov pluknet at FreeBSD.org
Fri May 3 12:45:46 UTC 2013


Author: pluknet
Date: Fri May  3 12:45:45 2013
New Revision: 250210
URL: http://svnweb.freebsd.org/changeset/base/250210

Log:
  Remove an extra comma.

Modified:
  head/lib/libc/locale/duplocale.3
  head/lib/libc/locale/freelocale.3
  head/lib/libc/locale/newlocale.3

Modified: head/lib/libc/locale/duplocale.3
==============================================================================
--- head/lib/libc/locale/duplocale.3	Fri May  3 12:42:43 2013	(r250209)
+++ head/lib/libc/locale/duplocale.3	Fri May  3 12:45:45 2013	(r250210)
@@ -66,7 +66,7 @@ The locale returned by this call must be
 .Xr uselocale 3 ,
 .Xr xlocale 3
 .Sh STANDARDS
-This function, conforms to
+This function conforms to
 .St -p1003.1-2008
 .Sh BUGS
 Ideally,

Modified: head/lib/libc/locale/freelocale.3
==============================================================================
--- head/lib/libc/locale/freelocale.3	Fri May  3 12:42:43 2013	(r250209)
+++ head/lib/libc/locale/freelocale.3	Fri May  3 12:45:45 2013	(r250210)
@@ -57,5 +57,5 @@ Returns 0 on success or -1 on error.
 .Xr uselocale 3 ,
 .Xr xlocale 3
 .Sh STANDARDS
-This function, conforms to
+This function conforms to
 .St -p1003.1-2008 .

Modified: head/lib/libc/locale/newlocale.3
==============================================================================
--- head/lib/libc/locale/newlocale.3	Fri May  3 12:42:43 2013	(r250209)
+++ head/lib/libc/locale/newlocale.3	Fri May  3 12:45:45 2013	(r250210)
@@ -108,5 +108,5 @@ You must free the returned locale with
 .Xr uselocale 3 ,
 .Xr xlocale 3
 .Sh STANDARDS
-This function, conforms to
+This function conforms to
 .St -p1003.1-2008


More information about the svn-src-head mailing list