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

Sergey Kandaurov pluknet at FreeBSD.org
Fri May 3 13:27:14 UTC 2013


Author: pluknet
Date: Fri May  3 13:27:13 2013
New Revision: 250211
URL: http://svnweb.freebsd.org/changeset/base/250211

Log:
  Also, add a missing period.

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

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

Modified: head/lib/libc/locale/newlocale.3
==============================================================================
--- head/lib/libc/locale/newlocale.3	Fri May  3 12:45:45 2013	(r250210)
+++ head/lib/libc/locale/newlocale.3	Fri May  3 13:27:13 2013	(r250211)
@@ -109,4 +109,4 @@ You must free the returned locale with
 .Xr xlocale 3
 .Sh STANDARDS
 This function conforms to
-.St -p1003.1-2008
+.St -p1003.1-2008 .

Modified: head/lib/libc/locale/uselocale.3
==============================================================================
--- head/lib/libc/locale/uselocale.3	Fri May  3 12:45:45 2013	(r250210)
+++ head/lib/libc/locale/uselocale.3	Fri May  3 13:27:13 2013	(r250211)
@@ -57,4 +57,4 @@ or LC_GLOBAL_LOCALE if this thread has n
 .Xr xlocale 3
 .Sh STANDARDS
 This function conforms to
-.St -p1003.1-2008
+.St -p1003.1-2008 .


More information about the svn-src-all mailing list