summaryrefslogtreecommitdiffstats
path: root/man3/uselocale.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/uselocale.3')
-rw-r--r--man3/uselocale.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/uselocale.3 b/man3/uselocale.3
index 19995c3..6e97649 100644
--- a/man3/uselocale.3
+++ b/man3/uselocale.3
@@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH uselocale 3 2023-03-30 "Linux man-pages 6.05.01"
+.TH uselocale 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
uselocale \- set/get the locale for the calling thread
.SH LIBRARY
@@ -11,15 +11,15 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <locale.h>
-.PP
+.P
.BI "locale_t uselocale(locale_t " newloc );
.fi
-.PP
+.P
.RS -4
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):
.RE
-.PP
+.P
.BR uselocale ():
.nf
Since glibc 2.10:
@@ -37,7 +37,7 @@ After a successful call to
any calls by this thread to functions that depend on the locale
will operate as though the locale has been set to
.IR newloc .
-.PP
+.P
The
.I newloc
argument can have one of the following values: