Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite0e023b

Browse files
committed
doc: Fix typos
From: Alexander Law <exclusion@gmail.com>
1 parent6c2e2b3 commite0e023b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ EXEC SQL DEALLOCATE PREPARE <replaceable>name</replaceable>;
634634
<programlisting>
635635
EXEC SQL INSERT INTO sometable VALUES (:v1, 'foo', :v2);
636636
</programlisting>
637-
Thisstatements refers to two C variables named
637+
Thisstatement refers to two C variables named
638638
<varname>v1</varname> and <varname>v2</varname> and also uses a
639639
regular SQL string literal, to illustrate that you are not
640640
restricted to use one kind of data or the other.
@@ -3915,7 +3915,7 @@ typedef struct sqlda_struct sqlda_t;
39153915
<term><literal>sqln</></term>
39163916
<listitem>
39173917
<para>
3918-
It contains the number of input parameters for a parametrized query
3918+
It contains the number of input parameters for a parametrized query in
39193919
case it's passed into <command>OPEN</command>, <command>DECLARE</command> or
39203920
<command>EXECUTE</command> statements using the <literal>USING</literal>
39213921
keyword. In case it's used as output of <command>SELECT</command>,

‎doc/src/sgml/protocol.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2637,7 +2637,7 @@ CancelRequest (F)
26372637
<para>
26382638
The cancel request code. The value is chosen to contain
26392639
<literal>1234</> in the most significant 16 bits, and <literal>5678</> in the
2640-
least16significant bits. (To avoid confusion, this code
2640+
least significant 16 bits. (To avoid confusion, this code
26412641
must not be the same as any protocol version number.)
26422642
</para>
26432643
</listitem>
@@ -4443,7 +4443,7 @@ SSLRequest (F)
44434443
<para>
44444444
The <acronym>SSL</acronym> request code. The value is chosen to contain
44454445
<literal>1234</> in the most significant 16 bits, and <literal>5679</> in the
4446-
least16significant bits. (To avoid confusion, this code
4446+
least significant 16 bits. (To avoid confusion, this code
44474447
must not be the same as any protocol version number.)
44484448
</para>
44494449
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp