diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 18:00:24 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 18:00:24 +0200 |
commit | 27abed4a707ba69b019822a0a0e3c045542b4443 (patch) | |
tree | b32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/Reference-tables.md | |
parent | 4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff) | |
download | meson-capitalization.zip meson-capitalization.tar.gz meson-capitalization.tar.bz2 |
Capitalize "Meson" consistently as it is a proper name. [skip ci]capitalization
Diffstat (limited to 'docs/markdown/Reference-tables.md')
-rw-r--r-- | docs/markdown/Reference-tables.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 9f6b704..806ba76 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -114,9 +114,9 @@ set in the cross file. Any cpu family not listed in the above list is not guaranteed to remain stable in future releases. -Those porting from autotools should note that meson does not add +Those porting from autotools should note that Meson does not add endianness to the name of the cpu_family. For example, autotools -will call little endian PPC64 "ppc64le", meson will not, you must +will call little endian PPC64 "ppc64le", Meson will not, you must also check the `.endian()` value of the machine for this information. ## Operating system names @@ -300,7 +300,7 @@ machine](#Environment-variables-per-machine) section for details. | C# | CSC | CSC | The linker is the compiler | *The old environment variales 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.* ## Environment variables per machine @@ -317,7 +317,7 @@ configuration. For example: - `PKG_CONFIG_PATH` controls the paths pkg-config will search for just `native: false` dependencies (host machine). -This mirrors the `build.` prefix used for (built-in) meson options, +This mirrors the `build.` prefix used for (built-in) Meson options, which has the same meaning. This is useful for cross builds. In the native builds, build = host, |