From: Erik Faye-Lund Date: Thu, 16 Jan 2020 16:32:19 +0000 (+0100) Subject: docs: use code-tag instead of pre-tag X-Git-Tag: upstream/20.1.8~4354 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36e02752755bd26992cf87409558f6c016372acd;p=platform%2Fupstream%2Fmesa.git docs: use code-tag instead of pre-tag It's unlikely the author meant to use
-here, as that starts a whole
new block. Instead, the inline code-tag seems more appropriate here.

Fixes: 41b3eb08d9f "docs: update meson docs for windows"
Acked-by: Dylan Baker 
Reviewed-by: Eric Engestrom 
Part-of: 
---

diff --git a/docs/meson.html b/docs/meson.html
index e5efbf2..6268d52 100644
--- a/docs/meson.html
+++ b/docs/meson.html
@@ -287,7 +287,7 @@ was added in meson 0.49.0, but LLVM cannot be found until 0.51) Due to the
 way LLVM implements its cmake finder it will only find static libraries, it
 will never find libllvm.so.
 
-There is also a 
-Dcmake_module_path
option in this meson version, +There is also a -Dcmake_module_path option in this meson version, which points to the root of an alternative installation (the prefix). For example: