Index: doc/src/sgml/lobj.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/lobj.sgml,v
retrieving revision 1.26
diff -c -r1.26 lobj.sgml
*** doc/src/sgml/lobj.sgml	20 Jan 2002 22:19:56 -0000	1.26
--- doc/src/sgml/lobj.sgml	18 Apr 2002 14:24:03 -0000
***************
*** 267,276 ****
      <para>
       To remove a large object from the database, call
  <synopsis>
! Oid lo_unlink(PGconn *<replaceable class="parameter">conn</replaceable>, Oid lobjId)
  </synopsis>
       The <parameter>lobjId</parameter> argument specifies  the  OID  of  the  large
!      object  to  remove.
      </para>
     </sect2>
  
--- 267,276 ----
      <para>
       To remove a large object from the database, call
  <synopsis>
! int lo_unlink(PGconn *<replaceable class="parameter">conn</replaceable>, Oid lobjId)
  </synopsis>
       The <parameter>lobjId</parameter> argument specifies  the  OID  of  the  large
!      object  to  remove.  In the event of an error, the return value is negative.
      </para>
     </sect2>
  
