]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
SGML markup fixes.
authorBruce Momjian <bruce@momjian.us>
Fri, 15 Nov 2002 03:22:30 +0000 (03:22 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 15 Nov 2002 03:22:30 +0000 (03:22 +0000)
doc/src/sgml/plpgsql.sgml
doc/src/sgml/runtime.sgml

index f16ba97da6cbc03b09468354085425fb14b90e01..1486ee8e3163cd330a0fe9b1433f6d7020eceed0 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/plpgsql.sgml,v 1.10 2002/11/14 23:53:26 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/plpgsql.sgml,v 1.11 2002/11/15 03:22:30 momjian Exp $
 -->
 
 <chapter id="plpgsql"> 
@@ -1217,7 +1217,7 @@ RETURN NEXT <replaceable>expression</replaceable>;
      returned).  Execution then continues with the next statement in
      the <application>PL/pgSQL</> function.  As successive
      <command>RETURN NEXT</command> commands are executed, the result
-     set is built up.  A final <command>RETURN</commmand>, which need
+     set is built up.  A final <command>RETURN</command>, which need
      have no argument, causes control to exit the function.
     </para>
 
index 26777ae43a8dd60946a7a255f86c1eecc4e3d7fd..5083965b514cc83d47a4978e2577f74efb485858 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.155 2002/11/15 02:44:50 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.156 2002/11/15 03:22:30 momjian Exp $
 -->
 
 <Chapter Id="runtime">
@@ -2081,7 +2081,6 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
       </listitem>
      </varlistentry>
 
-    <variablelist>
      <varlistentry>
       <term><varname>CHECKPOINT_WARNING</varname> (<type>integer</type>)</term>
       <listitem>