Signed-off-by: Eric Engestrom <[email protected]>
---
 docs/codingstyle.html       | 4 ++--
 docs/submittingpatches.html | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/codingstyle.html b/docs/codingstyle.html
index 7e9f470a1005d39320e0..34acae27fe6846f06682 100644
--- a/docs/codingstyle.html
+++ b/docs/codingstyle.html
@@ -83,7 +83,7 @@ <h1>Coding Style</h1>
     *     "An INVALID_OPERATION error is generated for any of the following
     *     conditions:
     *
-    *     * <length> is zero."
+    *     * &lt;length&gt; is zero."
     *
     * Additionally, page 94 of the PDF of the OpenGL 4.5 core spec
     * (30.10.2014) also says this, so it's no longer allowed for desktop GL,
@@ -94,7 +94,7 @@ <h1>Coding Style</h1>
 <pre>
    /**
     * Create and initialize a new buffer object.  Called via the
-    * ctx->Driver.CreateObject() driver callback function.
+    * ctx-&gt;Driver.CreateObject() driver callback function.
     * \param  name  integer name of the object
     * \param  type  one of GL_FOO, GL_BAR, etc.
     * \return  pointer to new object or NULL if error
diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html
index ba09aa4ad7329327e760..178ec5f89ec1c2cd0a00 100644
--- a/docs/submittingpatches.html
+++ b/docs/submittingpatches.html
@@ -122,9 +122,9 @@ <h2 id="formatting">Patch formatting</h2>
 <pre>
     $ scripts/get_reviewer.pl --help # to get the help screen
     $ scripts/get_reviewer.pl -f src/egl/drivers/dri2/platform_android.c
-    Rob Herring <[email protected]> (reviewer:ANDROID EGL 
SUPPORT,added_lines:188/700=27%,removed_lines:58/283=20%)
-    Tomasz Figa <[email protected]> (reviewer:ANDROID EGL 
SUPPORT,authored:12/41=29%,added_lines:308/700=44%,removed_lines:115/283=41%)
-    Emil Velikov <[email protected]> 
(authored:13/41=32%,removed_lines:76/283=27%)
+    Rob Herring &lt;[email protected]&gt; (reviewer:ANDROID EGL 
SUPPORT,added_lines:188/700=27%,removed_lines:58/283=20%)
+    Tomasz Figa &lt;[email protected]&gt; (reviewer:ANDROID EGL 
SUPPORT,authored:12/41=29%,added_lines:308/700=44%,removed_lines:115/283=41%)
+    Emil Velikov &lt;[email protected]&gt; 
(authored:13/41=32%,removed_lines:76/283=27%)
 </pre>
 </ul>
 
-- 
Cheers,
  Eric

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to