1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

doc: Fix man page whitespace issues

Whitespace between tags is significant, and in some cases it creates
extra vertical space in man pages.  The fix is to remove some newlines
in the markup.
This commit is contained in:
Peter Eisentraut
2022-04-07 18:23:28 +02:00
parent dad97e0502
commit d7ab2a9a3c
9 changed files with 15 additions and 29 deletions

View File

@@ -194,8 +194,7 @@ DROP PROCEDURE do_db_maintenance(text, text); -- potentially ambiguous
However, the last example would be ambiguous if there is also, say,
<programlisting>
CREATE PROCEDURE do_db_maintenance(IN target_schema text, IN options text) ...
</programlisting>
</para>
</programlisting></para>
</refsect1>
<refsect1 id="sql-dropprocedure-compatibility">