diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-10-19 07:08:47 -0400 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-10-19 09:40:31 -0700 |
commit | e36b1923e2e6a6a9556c5728f34633fae93fc912 (patch) | |
tree | e11e04e4235e4fe0d55ff16d91686c3a38222cbb /docs/markdown | |
parent | df29f760dd1c8e22ae431ba01b07faf55bf1ff60 (diff) | |
download | meson-e36b1923e2e6a6a9556c5728f34633fae93fc912.zip meson-e36b1923e2e6a6a9556c5728f34633fae93fc912.tar.gz meson-e36b1923e2e6a6a9556c5728f34633fae93fc912.tar.bz2 |
fix markdown issue
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 13111d1..ae0b9c9 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -709,7 +709,7 @@ be passed to [shared and static libraries](#library). - `win_subsystem` *(since 0.56.0)* specifies the subsystem type to use on the Windows platform. Typical values include `console` for text mode programs and `windows` for gui apps. The value can also contain - version specification such as `windows,6.0'. See [MSDN + version specification such as `windows,6.0`. See [MSDN documentation](https://docs.microsoft.com/en-us/cpp/build/reference/subsystem-specify-subsystem) for the full list. The default value is `console`. |