aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNathan Lanza <nathan@lanza.io>2020-07-14 13:48:11 -0400
committerGitHub <noreply@github.com>2020-07-14 20:48:11 +0300
commit4b728293cd111da3d524a23fb02b457f39e5c406 (patch)
treeab927a6ad09632c8d3dbc6850567b21d1acb24fa /docs
parentb6ea3eec1f62ea003b609b77aa1aabe00f4990f5 (diff)
downloadmeson-4b728293cd111da3d524a23fb02b457f39e5c406.zip
meson-4b728293cd111da3d524a23fb02b457f39e5c406.tar.gz
meson-4b728293cd111da3d524a23fb02b457f39e5c406.tar.bz2
Replace `dynamic linker` with `linker` [skip ci]
This header erroneously referred to the dynamic linker while the paragraph talks about the "link editor." Change the title to account for the difference.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/howtox.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/howtox.md b/docs/markdown/howtox.md
index c89f883..0d1a2a2 100644
--- a/docs/markdown/howtox.md
+++ b/docs/markdown/howtox.md
@@ -25,7 +25,7 @@ for the host platform in cross builds can only be specified with a cross file.
There is a table of all environment variables supported [Here](Reference-tables.md#compiler-and-linker-selection-variables)
-## Set dynamic linker
+## Set linker
*New in 0.53.0*