From: Erik Faye-Lund Date: Tue, 4 Jun 2019 14:40:20 +0000 (+0200) Subject: docs: escape asterisks X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c0707d13dbf17140f776102f8cff22913b1b55a;p=mesa.git docs: escape asterisks Seems pandoc messed these up, and left out some escpaing. Let's fix it up by hand. Reviewed-by: Eric Engestrom Part-of: --- diff --git a/docs/relnotes/19.1.0.rst b/docs/relnotes/19.1.0.rst index 6b04211c838..154d37d3408 100644 --- a/docs/relnotes/19.1.0.rst +++ b/docs/relnotes/19.1.0.rst @@ -1544,7 +1544,7 @@ Eric Engestrom (142): - tegra/meson: add missing dep_libdrm - tegra/autotools: add missing libdrm cflags - gitlab-ci: limit the automatic CI to master and MRs -- gitlab-ci: automatically run the CI on pushes to \`ci/*\` branches +- gitlab-ci: automatically run the CI on pushes to \`ci/\*\` branches - anv: sort extensions alphabetically - anv: sort vendors extensions after KHR and EXT - anv: make sure the extensions stay sorted diff --git a/docs/relnotes/7.11.rst b/docs/relnotes/7.11.rst index 1dc440f6c73..572c5be9df3 100644 --- a/docs/relnotes/7.11.rst +++ b/docs/relnotes/7.11.rst @@ -228,7 +228,7 @@ that did not exist in the 7.10 release series at all. piglit fdo9833 regression - `Bug 36033 `__ - main/shaderapi.c:1044: validate_samplers: Assertion - \`(sizeof(targetName)/sizeof(*(targetName))) == NUM_TEXTURE_TARGETS' + \`(sizeof(targetName)/sizeof(\*(targetName))) == NUM_TEXTURE_TARGETS' failed. - `Bug 36086 `__ - [wine] Segfault r300_resource_copy_region with some wine apps and diff --git a/docs/versions.rst b/docs/versions.rst index 200b757b479..59757dab2d7 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -922,7 +922,7 @@ Changes: New: - optimized glDrawPixels for glPixelZoom(1,-1) Bug Fixes: -- widgets-mesa/src/*.c files were missing from 3.3 distro +- widgets-mesa/src/\*.c files were missing from 3.3 distro - include/GL/mesa_wgl.h file was missing from 3.3 distro - fixed some Win32 compile problems - texture object priorities weren't getting initialized to 1.0