docs: properly escape ampersand
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 18 Apr 2019 13:42:14 +0000 (15:42 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 2 May 2019 11:09:15 +0000 (11:09 +0000)
Even in preformatted blocks, ampersands should be escaped. Let's correct
this, in case of strict parsers.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/dispatch.html
docs/relnotes/11.1.0.html

index c96ec2de302b522776473c42d10364aee2b8abf1..c98ec6592d6a7439c6b0c433052b46c6b5a46502 100644 (file)
@@ -134,7 +134,7 @@ the common case.</p>
 <tr><td><pre>
 #define GET_DISPATCH() \
     (_glapi_Dispatch != NULL) \
-        ? _glapi_Dispatch : pthread_getspecific(&_glapi_Dispatch_key)
+        ? _glapi_Dispatch : pthread_getspecific(&amp;_glapi_Dispatch_key)
 </pre></td></tr>
 <tr><td>Improved <tt>GET_DISPATCH</tt> Implementation</td></tr></table>
 </blockquote>
index 9dd21dd3173fec26766909940fafc607cef1726f..9ba2d76d4c582dff706957a1bb6c6e5fa555215a 100644 (file)
@@ -72,7 +72,7 @@ Note: some of the new features are only available with certain drivers.
 <li>GL_EXT_blend_func_extended on all drivers that support the ARB version</li>
 <li>GL_EXT_buffer_storage implemented for when ES 3.1 support is gained</li>
 <li>GL_EXT_draw_elements_base_vertex on all drivers</li>
-<li>GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx & a4xx)</li>
+<li>GL_EXT_texture_compression_rgtc / latc on freedreno (a3xx &amp; a4xx)</li>
 <li>GL_KHR_debug (GLES)</li>
 <li>GL_NV_conditional_render on freedreno</li>
 <li>GL_OES_draw_elements_base_vertex on all drivers</li>