summaryrefslogtreecommitdiff
path: root/localedef/localedef.1
diff options
context:
space:
mode:
Diffstat (limited to 'localedef/localedef.1')
-rw-r--r--localedef/localedef.139
1 files changed, 39 insertions, 0 deletions
diff --git a/localedef/localedef.1 b/localedef/localedef.1
new file mode 100644
index 0000000..8284299
--- /dev/null
+++ b/localedef/localedef.1
@@ -0,0 +1,39 @@
+.Dd April 9, 2016
+.Dt LOCALEDEF 1 "Base Commands Manual"
+.Os "Adélie Linux"
+
+.Sh NAME
+.Nm localedef
+.Nd define a new locale
+
+.Sh SYNOPSIS
+.Nm
+.Op Fl c
+.Op Fl f Ar charmap
+.Op Fl i Ar sourcefile
+.Op Fl u Ar code_set_name
+.Ar name
+
+.Sh DESCRIPTION
+This utility returns 3, which is defined in
+.St -p1003.1 2013 Edition
+as marking that the implementation does not support creation of new locales.
+
+It is intended only for use on musl libc systems, where POSIX2_LOCALEDEF is
+undefined.
+
+.Sh DIAGNOSTICS
+3: The implementation does not support the creation of new locales.
+
+.Sh SEE ALSO
+
+.Xr locale 1 .
+
+.Sh STANDARDS
+Conforming to
+.St -p1003.1 2013 Edition.
+
+.Sh AUTHORS
+.An A. Wilcox
+.Aq awilfox@adelielinux.org
+