1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Sat, 6 Feb 2016 01:21:35 +0100
Subject: nl_langinfo.3
---
man/man3/nl_langinfo.3 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/man/man3/nl_langinfo.3 b/man/man3/nl_langinfo.3
index 0294fe8..e9922d3 100644
--- a/man/man3/nl_langinfo.3
+++ b/man/man3/nl_langinfo.3
@@ -50,6 +50,8 @@ which was previously created by
.BR newlocale (3).
Individual and additional elements of the locale categories can
be queried.
+.BR setlocale (3)
+needs to be executed with proper arguments before.
.P
Examples for the locale elements that can be specified in
.I item
|