From 67ff590b9e820c0f0b740df80b7008c3808a7fbf Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Fri, 3 May 2013 13:27:13 +0000 Subject: [PATCH] Also, add a missing period. --- lib/libc/locale/duplocale.3 | 2 +- lib/libc/locale/newlocale.3 | 2 +- lib/libc/locale/uselocale.3 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/locale/duplocale.3 b/lib/libc/locale/duplocale.3 index ae80f307e765..96f0f78fffc1 100644 --- a/lib/libc/locale/duplocale.3 +++ b/lib/libc/locale/duplocale.3 @@ -67,7 +67,7 @@ The locale returned by this call must be freed with .Xr xlocale 3 .Sh STANDARDS This function conforms to -.St -p1003.1-2008 +.St -p1003.1-2008 . .Sh BUGS Ideally, .Xr uselocale 3 diff --git a/lib/libc/locale/newlocale.3 b/lib/libc/locale/newlocale.3 index 12495c029931..c3b832d8e35d 100644 --- a/lib/libc/locale/newlocale.3 +++ b/lib/libc/locale/newlocale.3 @@ -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 . diff --git a/lib/libc/locale/uselocale.3 b/lib/libc/locale/uselocale.3 index 9b4f43038823..ab9258805c36 100644 --- a/lib/libc/locale/uselocale.3 +++ b/lib/libc/locale/uselocale.3 @@ -57,4 +57,4 @@ or LC_GLOBAL_LOCALE if this thread has no locale associated with it. .Xr xlocale 3 .Sh STANDARDS This function conforms to -.St -p1003.1-2008 +.St -p1003.1-2008 .