diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-12-29 02:24:47 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-12-29 02:24:47 +0000 |
commit | a75f2d21a8366aece67b8aa144a8644f6195e75f (patch) | |
tree | 74d0c19c0f97c80df3414fb6f774dfd76ab617b9 /doc/src/sgml/ref/drop_sequence.sgml | |
parent | 6d7735e7f0112ba0bdffd57f8197fccb0a0da84a (diff) |
Clean up to ensure tag completion as required by the newest versions
of Norm's Modular Style Sheets and jade/docbook.
From Vince Vielhaber <vev@michvhf.com>.
Diffstat (limited to 'doc/src/sgml/ref/drop_sequence.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_sequence.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/drop_sequence.sgml b/doc/src/sgml/ref/drop_sequence.sgml index ace32b0850c..eff237f7673 100644 --- a/doc/src/sgml/ref/drop_sequence.sgml +++ b/doc/src/sgml/ref/drop_sequence.sgml @@ -12,6 +12,7 @@ <REFPURPOSE> Removes an existing sequence </REFPURPOSE> + </refnamediv> <REFSYNOPSISDIV> <REFSYNOPSISDIVINFO> <DATE>1998-09-22</DATE> @@ -70,7 +71,11 @@ DROP SEQUENCE <REPLACEABLE CLASS="PARAMETER">seqname</REPLACEABLE> [, ...] <LISTITEM> <PARA> This message occurs if the specified sequence does not exist. - </VARIABLELIST> + </para> + </listitem> + </varlistentry> + </VARIABLELIST> + </para> </REFSECT2> </REFSYNOPSISDIV> @@ -105,6 +110,7 @@ DROP SEQUENCE <REPLACEABLE CLASS="PARAMETER">seqname</REPLACEABLE> [, ...] information on how to create a sequence. </PARA> </REFSECT2> + </refsect1> <REFSECT1 ID="R1-SQL-DROPSEQUENCE-2"> <TITLE> |