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 b62370d0f081f488c96d07808547c1c132ccc8ff..c3cbfda8ebd79907b7a965d03a28c203d0fe420e 100644 (file)
@@ -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>