LC_GLOBAL_HANDLE is not defined anywhere, the doc meant LC_GLOBAL_LOCALE instead. 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", -- 2.18.0 -- 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