summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart1998-04-04 16:30:31 +0000
committerThomas G. Lockhart1998-04-04 16:30:31 +0000
commite01d442174488d509e5c7ec08ca13d55370c6d44 (patch)
tree935d9d578bc5a6b5fae068ab3aff463c66db1cc2
parent7a070126e0615a1bea8962be575e741be46ce98e (diff)
Small corrections from Phil Thompson, the original author.
-rw-r--r--doc/src/sgml/protocol.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index af5acc1e0f7..5a73ea14b57 100644
--- a/doc/src/sgml/protocol.sgml
+++ b/doc/src/sgml/protocol.sgml
@@ -478,7 +478,7 @@ AsciiRow (B)
corresponding field is not NULL.
</Para>
<Para>
- Then, for each field, there is the following:
+ Then, for each field with a non-NULL value, there is the following:
<VariableList>
<VarListEntry>
<Term>
@@ -723,7 +723,7 @@ BinaryRow (B)
corresponding field is not NULL.
</Para>
<Para>
- Then, for each field, there is the following:
+ Then, for each field with a non-NULL value, there is the following:
<VariableList>
<VarListEntry>
<Term>
@@ -798,9 +798,9 @@ CopyDataRows (B & F)
</Term>
<ListItem>
<Para>
- This is a stream of rows where each row is terminated by a Char1('\n').
- This is then followed by the sequence Char1('\\'), Char1('.'),
- Char1('\n').
+ This is a stream of rows where each row is terminated by a Byte1('\n').
+ This is then followed by the sequence Byte1('\\'), Byte1('.'),
+ Byte1('\n').
</Para>
</ListItem>
</VarListEntry>