]> granicus.if.org Git - php/commitdiff
Fix some protos.
authorEgon Schmid <eschmid@php.net>
Sun, 27 May 2001 01:21:30 +0000 (01:21 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 27 May 2001 01:21:30 +0000 (01:21 +0000)
ext/pgsql/pgsql.c

index 975dbfa17041e96ff4463d702aca9222c2fb0a39..ffc9803529b90934597ce3281fc60064618f3653 100644 (file)
@@ -1613,7 +1613,7 @@ PHP_FUNCTION(pg_loclose)
 }
 /* }}} */
 
-/* {{{ proto string pg_loread(int fd[, int len])
+/* {{{ proto string pg_loread(int fd [, int len])
    Read a large object */
 PHP_FUNCTION(pg_loread)
 {
@@ -1645,7 +1645,7 @@ PHP_FUNCTION(pg_loread)
 }
 /* }}} */
 
-/* {{{ proto int pg_lowrite(int fd, string buf[, int len])
+/* {{{ proto int pg_lowrite(int fd, string buf [, int len])
    Write a large object */
 PHP_FUNCTION(pg_lowrite)
 {