11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.100 2002/08/22 00: 01:40 tgl Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.101 2002/08/23 01:28:17 tgl Exp $
33-->
44
55 <chapter id="datatype">
@@ -3193,7 +3193,7 @@ SELECT SUBSTRING(b FROM 1 FOR 2) FROM test;
31933193
31943194 <row>
31953195<entry><type>cstring</></entry>
3196- <entry>Indicates a functiontakes or returns a null-terminated C string</entry>
3196+ <entry>Indicatesthat a functionaccepts or returns a null-terminated C string</entry>
31973197 </row>
31983198
31993199 <row>
@@ -3213,7 +3213,7 @@ SELECT SUBSTRING(b FROM 1 FOR 2) FROM test;
32133213
32143214 <para>
32153215 Functions coded in C (whether built-in or dynamically loaded) may be
3216- declared totake or return any of these pseudo datatypes. It is up to
3216+ declared toaccept or return any of these pseudo datatypes. It is up to
32173217 the function author to ensure that the function will behave safely
32183218 when a pseudo-type is used as an argument type.
32193219 </para>