summaryrefslogblamecommitdiff
path: root/localedef/localedef.1
blob: 82842997cb9ae02edd346d6d96c3c1851a9afb95 (plain) (tree)






































                                                                            
.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