diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml
index 4e4e834e062..e5f45f4a8af 100644
--- a/doc/src/sgml/ref/copy.sgml
+++ b/doc/src/sgml/ref/copy.sgml
@@ -353,7 +353,7 @@ COPY count
Do not confuse COPY with the
psql instruction
- \copy. \copy invokes
+ \copy. \copy invokes
COPY FROM STDIN or COPY TO
STDOUT, and then fetches/stores the data in a file
accessible to the psql client. Thus,
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index 1beac9a1b7e..97317c3630f 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -826,7 +826,7 @@ testdb=>
-
+
\copy { table [ ( column_list ) ] | ( query ) }
{ from | to }
{ filename | stdin | stdout | pstdin | pstdout }