diff options
author | Bruce Momjian | 1996-12-29 03:55:36 +0000 |
---|---|---|
committer | Bruce Momjian | 1996-12-29 03:55:36 +0000 |
commit | bf6fdeebb5a4d9d864caf0ff91d8d1789b3522f0 (patch) | |
tree | b4cc9bb9bd9cd658ea1ebdcf2f03f3c9701c734f | |
parent | b0030c6c4258f820c9cb5452c4fe0442fee1b58e (diff) |
typo fix
-rw-r--r-- | src/man/explain.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/explain.l b/src/man/explain.l index 45b7343bd4..24eae095cb 100644 --- a/src/man/explain.l +++ b/src/man/explain.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.1 1996/12/29 00:58:32 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.2 1996/12/29 03:55:36 momjian Exp $ .TH EXPLAIN SQL 11/05/95 PostgreSQL PostgreSQL .SH NAME explain \(em explains statement execution details @@ -11,4 +11,4 @@ explain \(em explains statement execution details .SH DESCRIPTION This command outputs details about the supplied query. The default output is the computed query cost. \f2full\f1 displays a full query plan -and costs. +and cost. |