diff options
Diffstat (limited to 'upstream/fedora-rawhide/man3/setlocale.3')
-rw-r--r-- | upstream/fedora-rawhide/man3/setlocale.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/upstream/fedora-rawhide/man3/setlocale.3 b/upstream/fedora-rawhide/man3/setlocale.3 index a7fb1a52..50a36d8d 100644 --- a/upstream/fedora-rawhide/man3/setlocale.3 +++ b/upstream/fedora-rawhide/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-02-25 "Linux man-pages 6.7" .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 |