Commit e01d4421 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Small corrections from Phil Thompson, the original author.

parent 7a070126
...@@ -478,7 +478,7 @@ AsciiRow (B) ...@@ -478,7 +478,7 @@ AsciiRow (B)
corresponding field is not NULL. corresponding field is not NULL.
</Para> </Para>
<Para> <Para>
Then, for each field, there is the following: Then, for each field with a non-NULL value, there is the following:
<VariableList> <VariableList>
<VarListEntry> <VarListEntry>
<Term> <Term>
...@@ -723,7 +723,7 @@ BinaryRow (B) ...@@ -723,7 +723,7 @@ BinaryRow (B)
corresponding field is not NULL. corresponding field is not NULL.
</Para> </Para>
<Para> <Para>
Then, for each field, there is the following: Then, for each field with a non-NULL value, there is the following:
<VariableList> <VariableList>
<VarListEntry> <VarListEntry>
<Term> <Term>
...@@ -798,9 +798,9 @@ CopyDataRows (B & F) ...@@ -798,9 +798,9 @@ CopyDataRows (B & F)
</Term> </Term>
<ListItem> <ListItem>
<Para> <Para>
This is a stream of rows where each row is terminated by a Char1('\n'). This is a stream of rows where each row is terminated by a Byte1('\n').
This is then followed by the sequence Char1('\\'), Char1('.'), This is then followed by the sequence Byte1('\\'), Byte1('.'),
Char1('\n'). Byte1('\n').
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment