diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index e4517dda52..56e99cfbb4 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5133,9 +5133,9 @@
is normally the same as the
TARGET_OS.
The variable can be set to "linux" for glibc-based systems and
- to "linux-uclibc" for uclibc.
+ to "linux-musl" for musl.
For ARM/EABI targets, there are also "linux-gnueabi" and
- "linux-uclibc-gnueabi" values possible.
+ "linux-musleabi" values possible.
@@ -14155,9 +14155,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
Specifies the target's operating system.
The variable can be set to "linux" for glibc-based systems and
- to "linux-uclibc" for uclibc.
+ to "linux-musl" for musl.
For ARM/EABI targets, there are also "linux-gnueabi" and
- "linux-uclibc-gnueabi" values possible.
+ "linux-musleabi" values possible.
@@ -14286,7 +14286,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
TCLIBC
- TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'uclibc'."
+ TCLIBC[doc] = "Specifies GNU standard C library (libc) variant to use during the build process. You can select 'glibc' or 'musl'."
@@ -14298,7 +14298,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
- You can select "glibc" or "uclibc".
+ You can select "glibc" or "musl".
@@ -14337,7 +14337,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
TCLIBC,
which controls the variant of the GNU standard C library
(libc) used during the build process:
- glibc or uclibc.
+ glibc or musl.