summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man3/setlocale.3
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
commit4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch)
tree3900955c1886e6d2570fea7125ee1f01bafe876d /upstream/archlinux/man3/setlocale.3
parentAdding upstream version 4.22.0. (diff)
downloadmanpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz
manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man3/setlocale.3')
-rw-r--r--upstream/archlinux/man3/setlocale.310
1 files changed, 5 insertions, 5 deletions
diff --git a/upstream/archlinux/man3/setlocale.3 b/upstream/archlinux/man3/setlocale.3
index a7fb1a52..d898ada7 100644
--- a/upstream/archlinux/man3/setlocale.3
+++ b/upstream/archlinux/man3/setlocale.3
@@ -10,7 +10,7 @@
.\" Modified Tue Aug 24 17:11:01 1999 by Andries Brouwer (aeb@cwi.nl)
.\" Modified Tue Feb 6 03:31:55 2001 by Andries Brouwer (aeb@cwi.nl)
.\"
-.TH setlocale 3 2024-01-28 "Linux man-pages 6.06"
+.TH setlocale 3 2024-05-02 "Linux man-pages 6.8"
.SH NAME
setlocale \- set the current locale
.SH LIBRARY
@@ -92,7 +92,7 @@ Such a string is either a well-known constant like "C" or "da_DK"
If
.I locale
is an empty string,
-.BR """""" ,
+.BR \[dq]\[dq] ,
each part of the locale that should be modified is set according to the
environment variables.
The details are implementation-dependent.
@@ -112,9 +112,9 @@ is unchanged, and
returns NULL.
.P
The locale
-.B """C"""
+.B \[dq]C\[dq]
or
-.B """POSIX"""
+.B \[dq]POSIX\[dq]
is a portable locale;
it exists on all conforming systems.
.P
@@ -138,7 +138,7 @@ If
is NULL, the current locale is only queried, not modified.
.P
On startup of the main program, the portable
-.B """C"""
+.B \[dq]C\[dq]
locale is selected as default.
A program may be made portable to all locales by calling:
.P