On 07/30/2018 04:03 PM, Antonio Ospite wrote: > LC_GLOBAL_HANDLE is not defined anywhere, the doc meant LC_GLOBAL_LOCALE > instead. Thanks, Antonio. Patch applied. Cheers, Michael > Signed-off-by: Antonio Ospite <ao2@xxxxxx> > --- > man3/uselocale.3 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man3/uselocale.3 b/man3/uselocale.3 > index 4d168798b..b413ea8d1 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", > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html