summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-08-07 16:11:55 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-08-07 16:15:00 +0300
commit9089628d968e9d60c10acf010e7e4225c7f12c96 (patch)
treefca0d0446ac8b06a7bf301324e1b400a0e4db618 /doc/src/sgml/ref
parentb689df4ca95c6f62a231d817e22649939a8150c4 (diff)
Remove whitespace from end of lines
Diffstat (limited to 'doc/src/sgml/ref')
-rw-r--r--doc/src/sgml/ref/drop_foreign_table.sgml8
-rw-r--r--doc/src/sgml/ref/postgres-ref.sgml2
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/drop_foreign_table.sgml b/doc/src/sgml/ref/drop_foreign_table.sgml
index 9a9624b1873..1f66126a335 100644
--- a/doc/src/sgml/ref/drop_foreign_table.sgml
+++ b/doc/src/sgml/ref/drop_foreign_table.sgml
@@ -21,7 +21,7 @@
DROP FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ...] [ CASCADE | RESTRICT ]
</synopsis>
</refsynopsisdiv>
-
+
<refsect1>
<title>Description</title>
@@ -30,7 +30,7 @@ DROP FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceabl
Only the owner of a foreign table can remove it.
</para>
</refsect1>
-
+
<refsect1>
<title>Parameters</title>
@@ -80,14 +80,14 @@ DROP FOREIGN TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceabl
<title>Examples</title>
<para>
- To destroy two foreign tables, <literal>films</literal> and
+ To destroy two foreign tables, <literal>films</literal> and
<literal>distributors</literal>:
<programlisting>
DROP FOREIGN TABLE films, distributors;
</programlisting></para>
</refsect1>
-
+
<refsect1>
<title>Compatibility</title>
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml
index bd4ae338f73..b16bbdfa4b3 100644
--- a/doc/src/sgml/ref/postgres-ref.sgml
+++ b/doc/src/sgml/ref/postgres-ref.sgml
@@ -745,7 +745,7 @@ PostgreSQL documentation
<para>
Note that the single-user mode server does not provide sophisticated
- line-editing features (no command history, for example).
+ line-editing features (no command history, for example).
Single-User mode also does not do any background processing, like
automatic checkpoints.