Skip to content

Commit

Permalink
Add replaceable tag to the appropriate nl_langinfo constants (#3442)
Browse files Browse the repository at this point in the history
Co-authored-by: haszi <[email protected]>
  • Loading branch information
haszi and haszi authored Jun 14, 2024
1 parent 50ac73a commit bdef726
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions reference/strings/functions/nl-langinfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<refname>nl_langinfo</refname>
<refpurpose>Query language and locale information</refpurpose>
</refnamediv>

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
Expand Down Expand Up @@ -49,19 +49,19 @@
<entry namest="c1" nameend="c2" align="center"><emphasis><constant>LC_TIME</constant> Category Constants</emphasis></entry>
</row>
<row>
<entry><constant>ABDAY_(1-7)</constant></entry>
<entry><constant>ABDAY_<replaceable>(1-7)</replaceable></constant></entry>
<entry>Abbreviated name of n-th day of the week.</entry>
</row>
<row>
<entry><constant>DAY_(1-7)</constant></entry>
<entry><constant>DAY_<replaceable>(1-7)</replaceable></constant></entry>
<entry>Name of the n-th day of the week (DAY_1 = Sunday).</entry>
</row>
<row>
<entry><constant>ABMON_(1-12)</constant></entry>
<entry><constant>ABMON_<replaceable>(1-12)</replaceable></constant></entry>
<entry>Abbreviated name of the n-th month of the year.</entry>
</row>
<row>
<entry><constant>MON_(1-12)</constant></entry>
<entry><constant>MON_<replaceable>(1-12)</replaceable></constant></entry>
<entry>Name of the n-th month of the year.</entry>
</row>
<row>
Expand Down

0 comments on commit bdef726

Please sign in to comment.