aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2020-12-19 14:54:28 +0000
committerGordon Bergling <gbe@FreeBSD.org>2020-12-19 14:54:28 +0000
commitf6d234d8706fa4ad513bb5db2976b0e354a0f0fe (patch)
tree006cfaf1d1b653857707c91641c059229a06a4ad /lib/libc/locale
parenta652079615ac3cb503e516e50246284bb4ad60eb (diff)
downloadsrc-f6d234d8706fa4ad513bb5db2976b0e354a0f0fe.tar.gz
src-f6d234d8706fa4ad513bb5db2976b0e354a0f0fe.zip
libc: Fix most issues reported by mandoc
- varios "new sentence, new line" warnings - varios "sections out of conventional order" warnings - varios "unusual Xr order" warnings - varios "missing section argument" warnings - varios "no blank before trailing delimiter" warnings - varios "normalizing date format" warnings MFC after: 1 month
Notes
Notes: svn path=/head/; revision=368817
Diffstat (limited to 'lib/libc/locale')
-rw-r--r--lib/libc/locale/setlocale.318
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3
index bef7b0bdd17c..acaba2f0a660 100644
--- a/lib/libc/locale/setlocale.3
+++ b/lib/libc/locale/setlocale.3
@@ -157,6 +157,15 @@ if the given combination of
and
.Fa locale
makes no sense.
+.Sh FILES
+.Bl -tag -width /usr/share/locale/locale/category -compact
+.It Pa $PATH_LOCALE/ Ns Em locale/category
+.It Pa /usr/share/locale/ Ns Em locale/category
+locale file for the locale
+.Em locale
+and the category
+.Em category .
+.El
.Sh EXAMPLES
The following code illustrates how a program can initialize the
international environment for one language, while selectively
@@ -176,15 +185,6 @@ following manner before using any of the locale-specific information:
.Bd -literal
setlocale(LC_ALL, "");
.Ed
-.Sh FILES
-.Bl -tag -width /usr/share/locale/locale/category -compact
-.It Pa $PATH_LOCALE/ Ns Em locale/category
-.It Pa /usr/share/locale/ Ns Em locale/category
-locale file for the locale
-.Em locale
-and the category
-.Em category .
-.El
.Sh ERRORS
No errors are defined.
.Sh SEE ALSO