Skip to content

Commit 0917382

Browse files
author
smeyer
committed
tweak musl remark
git-svn-id: https://svn.r-project.org/R/trunk@88096 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 0926fad commit 0917382

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/library/base/man/gettext.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@ Sys.setLanguage(lang, unset = "en", force = FALSE)
127127
\section{Warning}{
128128
These functions were written assuming that environment variable
129129
\env{LANGUAGE} is supported by the implementation of \code{libintl}.
130-
For a long time that as universally true and it is now part of the
131-
2024 POSIX specification. But in 2025 it was ignored by the
130+
This is almost universally true and (along with \command{gettext}
131+
\abbr{et al.}) became part of the 2024 POSIX specification.
132+
In 2025, however, it was still ignored by the
132133
implementation in \code{musl} (one of the implementations available on
133134
Alpine Linux).
134135
}

0 commit comments

Comments
 (0)