Fix issues identified in gitlab
diff --git a/sdk/docs/man/eglCreateImage.xml b/sdk/docs/man/eglCreateImage.xml
index 9616dcd..4857314 100644
--- a/sdk/docs/man/eglCreateImage.xml
+++ b/sdk/docs/man/eglCreateImage.xml
@@ -58,7 +58,7 @@
             <varlistentry>
                 <term><parameter>attrib_list</parameter></term>
                 <listitem><para>
-                    Specifies attributes used to select sub-sectins of the
+                    Specifies attributes used to select sub-sections of the
                     resource to be used as the image source.
                 </para></listitem>
             </varlistentry>
diff --git a/sdk/docs/man/eglDestroyImage.xml b/sdk/docs/man/eglDestroyImage.xml
index e0996b4..96bb8bd 100644
--- a/sdk/docs/man/eglDestroyImage.xml
+++ b/sdk/docs/man/eglDestroyImage.xml
@@ -34,7 +34,7 @@
                 </para></listitem>
             </varlistentry>
             <varlistentry>
-                <term><parameter>sync</parameter></term>
+                <term><parameter>image</parameter></term>
                 <listitem><para>
                     Specifies the image to destroy.
                 </para></listitem>
diff --git a/sdk/docs/man/eglGetSyncAttrib.xml b/sdk/docs/man/eglGetSyncAttrib.xml
index b0ed513..c3f0197 100644
--- a/sdk/docs/man/eglGetSyncAttrib.xml
+++ b/sdk/docs/man/eglGetSyncAttrib.xml
@@ -42,13 +42,13 @@
                 </para></listitem>
             </varlistentry>
             <varlistentry>
-                <term><parameter>flags</parameter></term>
+                <term><parameter>attribute</parameter></term>
                 <listitem><para>
                     Specifies the EGL sync object attribute to query.
                 </para></listitem>
             </varlistentry>
             <varlistentry>
-                <term><parameter>timeout</parameter></term>
+                <term><parameter>value</parameter></term>
                 <listitem><para>
                     Returns the requested attribute value.
                 </para></listitem>
diff --git a/sdk/docs/man/html/eglCreateImage.xhtml b/sdk/docs/man/html/eglCreateImage.xhtml
index aa31a8c..f81594e 100644
--- a/sdk/docs/man/html/eglCreateImage.xhtml
+++ b/sdk/docs/man/html/eglCreateImage.xhtml
@@ -107,7 +107,7 @@
             </dt>
             <dd>
               <p>
-                    Specifies attributes used to select sub-sectins of the
+                    Specifies attributes used to select sub-sections of the
                     resource to be used as the image source.
                 </p>
             </dd>
diff --git a/sdk/docs/man/html/eglDestroyImage.xhtml b/sdk/docs/man/html/eglDestroyImage.xhtml
index fd2739b..8c2f3aa 100644
--- a/sdk/docs/man/html/eglDestroyImage.xhtml
+++ b/sdk/docs/man/html/eglDestroyImage.xhtml
@@ -52,7 +52,7 @@
             <dt>
               <span class="term">
                 <em class="parameter">
-                  <code>sync</code>
+                  <code>image</code>
                 </em>
               </span>
             </dt>
diff --git a/sdk/docs/man/html/eglGetSyncAttrib.xhtml b/sdk/docs/man/html/eglGetSyncAttrib.xhtml
index 6114f19..de9009b 100644
--- a/sdk/docs/man/html/eglGetSyncAttrib.xhtml
+++ b/sdk/docs/man/html/eglGetSyncAttrib.xhtml
@@ -72,7 +72,7 @@
             <dt>
               <span class="term">
                 <em class="parameter">
-                  <code>flags</code>
+                  <code>attribute</code>
                 </em>
               </span>
             </dt>
@@ -84,7 +84,7 @@
             <dt>
               <span class="term">
                 <em class="parameter">
-                  <code>timeout</code>
+                  <code>value</code>
                 </em>
               </span>
             </dt>