Signed-off-by: Stephen Kitt <steve@xxxxxxx> --- man3/newlocale.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/newlocale.3 b/man3/newlocale.3 index b5960c4c4..dc9406ede 100644 --- a/man3/newlocale.3 +++ b/man3/newlocale.3 @@ -360,7 +360,7 @@ main(int argc, char *argv[]) /* Free the locale object. */ - uselocale(LC_GLOBAL_HANDLE); /* So \(aqloc\(aq is no longer in use */ + uselocale(LC_GLOBAL_LOCALE); /* So \(aqloc\(aq is no longer in use */ freelocale(loc); exit(EXIT_SUCCESS); -- 2.30.2