blob: 82842997cb9ae02edd346d6d96c3c1851a9afb95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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
|