|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.16 2001/02/09 19:24:09 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v 1.17 2001/09/10 03:02:06 ishii Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="largeObjects">
|
@@ -204,7 +204,7 @@ int lo_write(PGconn *conn, int fd, const char *buf, size_t len)
|
204 | 204 | <programlisting>
|
205 | 205 | int lo_read(PGconn *conn, int fd, char *buf, size_t len)
|
206 | 206 | </programlisting>
|
207 |
| - reads len bytes from large object fd intobyf. The fd |
| 207 | + reads len bytes from large object fd intobuf. The fd |
208 | 208 | argument must have been returned by a previous <function>lo_open</function>.
|
209 | 209 | The number of bytes actually read is returned. In
|
210 | 210 | the event of an error, the return value is negative.
|
|