Skip to content

Commit 09324fb

Browse files
authored
better doc for setlocale (#4770)
1 parent 9ff8b11 commit 09324fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/strings/functions/setlocale.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@
9797
<listitem>
9898
<para>
9999
If <parameter>locales</parameter> is the empty string
100-
<literal>""</literal>, the locale names will be set from the
100+
<literal>""</literal> or is &null;, the locale names will be set from the
101101
values of environment variables with the same names as the above
102102
categories, or from "LANG".
103103
</para>
104104
<para>
105-
If <parameter>locales</parameter> is &null;,
105+
If <parameter>locales</parameter> is <literal>"0"</literal>,
106106
the locale setting is not affected, only the current setting is returned.
107107
</para>
108108
<para>

0 commit comments

Comments
 (0)