diff options
author | pluknet <pluknet@FreeBSD.org> | 2013-05-03 13:27:13 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2013-05-03 13:27:13 +0000 |
commit | fd497a19e91cc62b50a35abdf3a313adffd00dc5 (patch) | |
tree | 0eb751e9b85f34e16e037808ee04b91c0190b68c /lib/libc | |
parent | c9503ea86ddd3aa182d3045ccbf0956024453142 (diff) | |
download | FreeBSD-src-fd497a19e91cc62b50a35abdf3a313adffd00dc5.zip FreeBSD-src-fd497a19e91cc62b50a35abdf3a313adffd00dc5.tar.gz |
Also, add a missing period.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/duplocale.3 | 2 | ||||
-rw-r--r-- | lib/libc/locale/newlocale.3 | 2 | ||||
-rw-r--r-- | 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 ae80f30..96f0f78 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 12495c0..c3b832d 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 9b4f430..ab92588 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 . |