docs: escape asterisks
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 4 Jun 2019 14:40:20 +0000 (16:40 +0200)
committerMarge Bot <eric+marge@anholt.net>
Sat, 13 Jun 2020 10:42:00 +0000 (10:42 +0000)
Seems pandoc messed these up, and left out some escpaing. Let's fix it
up by hand.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>

docs/relnotes/19.1.0.rst
docs/relnotes/7.11.rst
docs/versions.rst

index 6b04211c8387a2b83356daa47a7d2a5673eda9f6..154d37d340869f3a07078be73e9af11b83c69b22 100644 (file)
@@ -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
index 1dc440f6c732d89e53d575a06806ad776b702cb4..572c5be9df36dc8407d1ef17a8f3319eb885f9c9 100644 (file)
@@ -228,7 +228,7 @@ that did not exist in the 7.10 release series at all.
    piglit fdo9833 regression
 -  `Bug 36033 <https://bugs.freedesktop.org/show_bug.cgi?id=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 <https://bugs.freedesktop.org/show_bug.cgi?id=36086>`__ -
    [wine] Segfault r300_resource_copy_region with some wine apps and
index 200b757b479735a7b08357657b06fcb1e0b7e95a..59757dab2d75253cbbe842efd793268d45033f3d 100644 (file)
@@ -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