diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml
index 9e25076000e..55da3003da0 100644
--- a/doc/src/sgml/ref/copy.sgml
+++ b/doc/src/sgml/ref/copy.sgml
@@ -1,5 +1,5 @@
@@ -37,7 +37,6 @@ COPY tablename [ ( filename' | STDOUT }
[ [ WITH ]
[ BINARY ]
- [ HEADER ]
[ OIDS ]
[ DELIMITER [ AS ] 'delimiter' ]
[ NULL [ AS ] 'null string' ]
@@ -199,7 +198,7 @@ COPY tablename [ ( HEADER
- Specifies the file contains a header line with the names of each
+ Specifies that the file contains a header line with the names of each
column in the file. On output, the first line contains the column
names from the table, and on input, the first line is ignored.