Skip to content

Commit ab8567b

Browse files
committed
[Doc]: fix sgml errors
1 parent 879841d commit ab8567b

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

doc/src/sgml/fasttrun.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</para>
77

88
<sect2 id="fasttrun-function">
9+
<title>Function</title>
910
<para>
1011
There is a function call example:
1112
<programlisting>
@@ -15,6 +16,7 @@
1516
</sect2>
1617

1718
<sect2 id="fasttrun-test">
19+
<title>Text example</title>
1820
<para>
1921
For tests you can use this example:
2022
<programlisting>

doc/src/sgml/fulleq.sgml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
</para>
77

88
<sect2 id="fulleq-overview">
9-
The <productname>&productname;</productname> equivalence operator is
10-
defined to returns NULL when both operands are NULLs. However, the Microsoft
11-
SQL Servers family traditionaly defined other semantic for equivalence
12-
operator, where operator returns TRUE in the case of both nulled operands.
13-
This module provides such operator with MSSQL semantic.
9+
<title>Overview</title>
10+
<para>
11+
The <productname>&productname;</productname> equivalence operator is
12+
defined to returns NULL when both operands are NULLs. However, the Microsoft
13+
SQL Servers family traditionaly defined other semantic for equivalence
14+
operator, where operator returns TRUE in the case of both nulled operands.
15+
This module provides such operator with MSSQL semantic.
16+
</para>
1417
</sect2>
1518

1619
<sect2 id="fulleq-operator">

doc/src/sgml/mchar.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
<para>Operator <emphasis>SIMILAR TO [ESCAPE]</emphasis> support</para>
5757
</listitem>
5858
<listitem>
59-
<para>Operator <empasis>~</emphasis> (POSIX regexp) supoprt</para>
59+
<para>Operator <emphasis>~</emphasis> (POSIX regexp) supoprt</para>
6060
</listitem>
6161
<listitem>
62-
<para>Index support for <empasis>LIKE</emphasis> operator</para>
62+
<para>Index support for <emphasis>LIKE</emphasis> operator</para>
6363
</listitem>
6464
</itemizedlist>
6565
</sect2>

0 commit comments

Comments
 (0)