diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-03-23 15:09:43 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-03-23 15:09:43 +0000 |
commit | 817fc4b2ac231181241a1c28a0d861166cf8bb00 (patch) | |
tree | 9aedb0082718c9c3b8a4495a49dc5206c26fd118 /src/man/commit.l | |
parent | 137d3428de95be51f92f956fb0f85b810d424158 (diff) | |
download | postgresql-817fc4b2ac231181241a1c28a0d861166cf8bb00.tar.gz postgresql-817fc4b2ac231181241a1c28a0d861166cf8bb00.zip |
Manual page fixes.
Diffstat (limited to 'src/man/commit.l')
-rw-r--r-- | src/man/commit.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/commit.l b/src/man/commit.l index 2e52408ed89..7d4889e8b8c 100644 --- a/src/man/commit.l +++ b/src/man/commit.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.3 1998/01/11 22:17:10 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.4 1998/03/23 15:09:25 momjian Exp $ .TH COMMIT SQL 01/23/93 PostgreSQL PostgreSQL .SH NAME commit - commit the current transaction @@ -19,5 +19,5 @@ command .SH "SEE ALSO" abort(l), begin(l), -end(l), +commit(l), rollback(l). |