Skip to content

Commit

Permalink
sqlops: docs - removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent b7e9bfe commit d57e3c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions src/modules/sqlops/doc/sqlops.xml
Expand Up @@ -36,8 +36,8 @@
</copyright>
</bookinfo>
<toc></toc>

<xi:include href="sqlops_admin.xml"/>


</book>
14 changes: 7 additions & 7 deletions src/modules/sqlops/doc/sqlops_admin.xml
Expand Up @@ -336,7 +336,7 @@ sql_result_free("ra");
<listitem>
<para>
<emphasis>result</emphasis> - string name to identify the
result xavp. Each row will be added to this xavp, each column can
result xavp. Each row will be added to this xavp, each column can
be accessed by its name.
</para>
</listitem>
Expand Down Expand Up @@ -384,7 +384,7 @@ if (sql_xquery("ca", "select * from domain", "ra") == 1) {
<para>
<emphasis>result</emphasis> - a list with PV names where
to store the result. The format is
<quote>$pv;$pv;...</quote>. Every PV that is writable may
<quote>$pv;$pv;...</quote>. Every PV that is writable may
be used (for example $var, $avp, $xavp, $ru, $du, $sht, etc).
</para>
<para>
Expand All @@ -396,7 +396,7 @@ if (sql_xquery("ca", "select * from domain", "ra") == 1) {
</para>
<para>
Beware that if multiple rows are returned, non-(x)avp variables
will only hold the last added value, which corresponds to the
will only hold the last added value, which corresponds to the
first returned row.
</para>
<para>
Expand Down Expand Up @@ -494,7 +494,7 @@ sql_query_async("ca", "delete from domain");

<section>
<title>Exported pseudo-variables</title>

<section>
<title><varname>$dbr(result=>key)</varname></title>
<para>
Expand All @@ -512,11 +512,11 @@ sql_query_async("ca", "delete from domain");
<listitem>
<para><emphasis>rows</emphasis> - return the number of rows in
query result</para>
</listitem>
</listitem>
<listitem>
<para><emphasis>cols</emphasis> - return the number of
columns in the result.</para>
</listitem>
</listitem>
<listitem>
<para><emphasis>[row,col]</emphasis> - return the value
at position (row,col) in the result set. 'row' and 'col' must
Expand All @@ -525,7 +525,7 @@ sql_query_async("ca", "delete from domain");
<listitem>
<para><emphasis>colname[N]</emphasis> - return the name
of the N-th column in the result set.</para>
</listitem>
</listitem>
</itemizedlist>

<example>
Expand Down

0 comments on commit d57e3c4

Please sign in to comment.