diff options
author | Erik Faye-Lund <[email protected]> | 2019-06-04 14:14:27 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-13 10:42:00 +0000 |
commit | ceb8084885e75bc13ed32ac98f7f69ca9609006d (patch) | |
tree | 0fce1c23cc932ddf85ddaf529f319a8420214115 /docs/relnotes | |
parent | 10bd811abc6e3e1f3ee2253f145b39ae8a43865e (diff) |
docs: escape double colons
It seems pandoc doesn't really understand that double colons needs to be
escaped. So let's fix that up by hand.
Reviewed-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/17.0.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/17.0.5.rst b/docs/relnotes/17.0.5.rst index 3eeaa11f373..f6391477430 100644 --- a/docs/relnotes/17.0.5.rst +++ b/docs/relnotes/17.0.5.rst @@ -64,7 +64,7 @@ Emil Velikov (5): - docs: add sha256 checksums for 17.0.4 - winsys/sw/dri: don't use GNU void pointer arithmetic -- st/clover: add space between < and :: +- st/clover: add space between < and :\: - configure.ac: check require_basic_egl only if egl enabled - st/mesa: automake: honour the vdpau header install location |