From 4a96ad0170126f82b0aa13c26a31013f5d8127d8 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 28 Dec 2023 17:26:47 -0500 Subject: [PATCH] docs: fix regression that broke intended meaning of compiler variables note In commit 58c2aeb5e433ae7652488d53021c40db1712dea5, an asterisk used to indicate "see note at bottom" was doubled up into an "italicize this paragraph", which didn't contextually make any sense. See: https://github.com/mesonbuild/meson/pull/12674#issue-2057666653 --- docs/markdown/Reference-tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 86f3e9ea5668..965a3cad6a13 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -377,7 +377,7 @@ machine](#Environment-variables-per-machine) section for details. | nasm | NASM | | Uses the C linker | *The old environment variables are still supported, but are deprecated -and will be removed in a future version of Meson.* +and will be removed in a future version of Meson. *changed in 1.3.0* Paths with spaces were split unconditionally to extract components such as the [path to Ccache](Feature-autodetection.md#ccache),