diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-12-08 07:41:51 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-12-11 23:01:08 +0100 |
| commit | 5afb9373dfa33b05ffedb05d7122d5e038ad679c (patch) | |
| tree | 07f64f2cc097af1a4955f426c2b106a745d744d5 /man3 | |
| parent | bc03b11659ebf06ae88f41efecff7d94b0dd0d42 (diff) | |
| download | man-pages-5afb9373dfa33b05ffedb05d7122d5e038ad679c.tar.gz | |
nl_langinfo.3: tfix
See https://sourceware.org/bugzilla/show_bug.cgi?id=25255
Reported-by: Weitian LI <liweitianux@live.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/nl_langinfo.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/nl_langinfo.3 b/man3/nl_langinfo.3 index 8c0742f31b..970a8509b1 100644 --- a/man3/nl_langinfo.3 +++ b/man3/nl_langinfo.3 @@ -54,7 +54,7 @@ in a more flexible way than returns a string which is the value corresponding to \fIitem\fP in the program's current global locale. -.BR nl_langinfo () +.BR nl_langinfo_l () returns a string which is the value corresponding to \fIitem\fP for the locale identified by the locale object \fIlocale\fP, which was previously created by |
