aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Ospite <ao2@ao2.it>2018-07-30 16:03:04 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2018-08-03 16:07:43 +0200
commitff2882fda994b758a76edad867e674a733d28729 (patch)
tree2b742054f275be5319b1de1c256f0ccf66713b94
parent78bffc453a543786338bd6f55c5e9d6b664af3fe (diff)
downloadman-pages-ff2882fda994b758a76edad867e674a733d28729.tar.gz
uselocale.3: tfix
LC_GLOBAL_HANDLE is not defined anywhere, the doc meant LC_GLOBAL_LOCALE instead. Reported-by: Solal Pirelli <solal.pirelli@gmail.com> Signed-off-by: Antonio Ospite <ao2@ao2.it> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/uselocale.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/uselocale.3 b/man3/uselocale.3
index 4d168798b0..b413ea8d10 100644
--- a/man3/uselocale.3
+++ b/man3/uselocale.3
@@ -80,7 +80,7 @@ On success,
returns the locale handle that was set by the previous call to
.BR uselocale ()
in this thread, or
-.BR LC_GLOBAL_HANDLE
+.BR LC_GLOBAL_LOCALE
if there was no such previous call.
On error, it returns
.IR "(locale_t)\ 0",