diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/0004-nl_langinfo.3.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/0004-nl_langinfo.3.patch b/debian/patches/0004-nl_langinfo.3.patch new file mode 100644 index 0000000..0eba6bf --- /dev/null +++ b/debian/patches/0004-nl_langinfo.3.patch @@ -0,0 +1,21 @@ +From: "Dr. Tobias Quathamer" <toddy@debian.org> +Date: Sat, 6 Feb 2016 01:21:35 +0100 +Subject: nl_langinfo.3 + +--- + man3/nl_langinfo.3 | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/man3/nl_langinfo.3 b/man3/nl_langinfo.3 +index 2726c29..0efe203 100644 +--- a/man3/nl_langinfo.3 ++++ b/man3/nl_langinfo.3 +@@ -56,6 +56,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. + .PP + Examples for the locale elements that can be specified in \fIitem\fP + using the constants defined in \fI<langinfo.h>\fP are: |