File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.98 2005/01/22 22:56:36 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/xfunc.sgml,v 1.99 2005/02/21 06:12:14 neilc Exp $
3
3
-->
4
4
5
5
<sect1 id="xfunc">
@@ -1642,7 +1642,7 @@ add_one(PG_FUNCTION_ARGS)
1642
1642
PG_RETURN_INT32(arg + 1);
1643
1643
}
1644
1644
1645
- /* b reference, fixed length */
1645
+ /* by reference, fixed length */
1646
1646
1647
1647
PG_FUNCTION_INFO_V1(add_one_float8);
1648
1648
@@ -1939,7 +1939,7 @@ include $(PGXS)
1939
1939
<term><varname>MODULES</varname></term>
1940
1940
<listitem>
1941
1941
<para>
1942
- list of shared objects to be build from source file with same
1942
+ list of shared objects to be built from source file with same
1943
1943
stem (do not include suffix in this list)
1944
1944
</para>
1945
1945
</listitem>
You can’t perform that action at this time.
0 commit comments