]> granicus.if.org Git - postgresql/commitdiff
Add missing space, change some markup.
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 5 Mar 2001 19:00:39 +0000 (19:00 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 5 Mar 2001 19:00:39 +0000 (19:00 +0000)
doc/src/sgml/ref/comment.sgml

index f5cf0ae67d5f406043c4a7629c7cec311ff00f49..c31939bb73c6368dcf4c817c8be8ae89bfb28e1e 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.7 2001/03/05 18:42:56 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/comment.sgml,v 1.8 2001/03/05 19:00:39 petere Exp $
 Postgres documentation
 -->
 
@@ -100,8 +100,8 @@ COMMENT
   </title>
   <para>
    <command>COMMENT</command> adds a comment to an object that can be 
-    easily retrieved with <application>psql's</application>
-    <emphasis>\dd</emphasis>, <emphasis>\d+</emphasis>, or <emphasis>\l+</emphasis>commands.
+    easily retrieved with <command>psql</command>'s
+    <command>\dd</command>, <command>\d+</command>, or <command>\l+</command> commands.
     To remove a comment, use <literal>NULL</literal>.
     Comments are automatically dropped when the object is dropped.
   </para>