summaryrefslogtreecommitdiff
path: root/src/man/copy.l
diff options
context:
space:
mode:
authorBruce Momjian1998-06-24 13:21:30 +0000
committerBruce Momjian1998-06-24 13:21:30 +0000
commita8376c1c8419dff0afd639098fa03ba127c7fb32 (patch)
tree0544838f13ab2f2d6b80b74bb27bea0e171a3aca /src/man/copy.l
parentf391dcd0bf29de7d77c052cdc1d87b44afeca259 (diff)
cleanup
Diffstat (limited to 'src/man/copy.l')
-rw-r--r--src/man/copy.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/copy.l b/src/man/copy.l
index 2cb0617956f..9372a8f92e7 100644
--- a/src/man/copy.l
+++ b/src/man/copy.l
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/copy.l,v 1.5 1998/06/23 17:52:30 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/copy.l,v 1.6 1998/06/24 13:21:24 momjian Exp $
.TH COPY SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
copy - copy data to or from a class from or to a Unix file.
@@ -153,7 +153,7 @@ in the event of a
but the target relation will, of course, be partially modified in a
.BR "copy to" .
The
-.IR vacuum (l)
+.IR vacuum(l)
query should be used to clean up after a failed
.BR "copy" .
.PP