summaryrefslogtreecommitdiff
path: root/docs/relnotes/10.6.3.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2019-06-04 16:45:37 +0200
committerMarge Bot <eric+marge@anholt.net>2020-06-13 10:42:00 +0000
commit841a47fb2869f83b4b92bc9486264bcc0d712475 (patch)
tree4512f3eb9b02a1d44b4ca5f94f085ed8e8be6129 /docs/relnotes/10.6.3.rst
parent2c0707d13dbf17140f776102f8cff22913b1b55a (diff)
docs: escape trailing underscores properly
In reStructuredText, a trailing underscore means a hyperlink reference, but it seems pandoc doesn't get this right for symbols that have already been escaped. So let's manually fix these up. Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
Diffstat (limited to 'docs/relnotes/10.6.3.rst')
-rw-r--r--docs/relnotes/10.6.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/10.6.3.rst b/docs/relnotes/10.6.3.rst
index c2ded754b1d..fad4549b44b 100644
--- a/docs/relnotes/10.6.3.rst
+++ b/docs/relnotes/10.6.3.rst
@@ -70,7 +70,7 @@ Ilia Mirkin (5):
Kenneth Graunke (1):
-- program: Allow redundant OPTION ARB_fog_\* directives.
+- program: Allow redundant OPTION ARB_fog\_\* directives.
Rob Clark (1):