]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Explain how to learn about possible recognized locale names
authorjoerg <joerg@FreeBSD.org>
Sat, 27 Jun 2020 20:55:47 +0000 (20:55 +0000)
committerjoerg <joerg@FreeBSD.org>
Sat, 27 Jun 2020 20:55:47 +0000 (20:55 +0000)
commit0b552d524cafbf365659f387478aecba0942c807
tree685587578ec54f44dc29ad86945a1beaaefff54f
parentee18d3b1096f35e712a4af904e7307e2ab71c330
Explain how to learn about possible recognized locale names

Posix says that the interpretation of the locale string is
"implementation-defined", so we ought to document what is
actually recognized.

Also add a cross reference to locale(1).

PR: 247553
MFC after: 1 week
lib/libc/locale/setlocale.3