summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-12-28 17:26:47 -0500
committerEli Schwartz <eschwartz93@gmail.com>2023-12-28 17:28:42 -0500
commit4a96ad0170126f82b0aa13c26a31013f5d8127d8 (patch)
tree068bf0f8071bcf718ead2c635bcdd1968c700942 /docs
parent4351f56f13519d0ba6fc26e651c4a0a0331d5767 (diff)
downloadmeson-4a96ad0170126f82b0aa13c26a31013f5d8127d8.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Reference-tables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md
index 86f3e9ea5..965a3cad6 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),