changeset 11660:cbff4e8a8af8 octave-forge

Correct typo in pq_lo_import helptext.
author i7tiol
date Sat, 27 Apr 2013 17:58:18 +0000
parents 7575dc1c0b06
children 1b4e81051b66
files main/database/src/pq_lo.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/database/src/pq_lo.cc	Sat Apr 27 17:55:14 2013 +0000
+++ b/main/database/src/pq_lo.cc	Sat Apr 27 17:58:18 2013 +0000
@@ -315,7 +315,7 @@
 
 DEFUN_DLD (pq_lo_import, args, ,
            "-*- texinfo -*-\n\
-@deftypefn {Loadable Function} {@var{oid}} pq_lo_import (@var{connection}, @var{path})\n\
+@deftypefn {Loadable Function} {@var{oid} =} pq_lo_import (@var{connection}, @var{path})\n\
 Imports the file in @var{path} on the client side as a large object into the database associated with @var{connection} and returns the Oid of the new large object. If @var{path} ends with a @code{|}, it is take as a shell command whose output is piped into a large object.\n\
 @end deftypefn")
 {