diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-01-11 22:18:01 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-01-11 22:18:01 +0000 |
commit | 1ea03f7de593401518a7deea1df1d86f7994acdf (patch) | |
tree | accebddaa419d8ad6c3fe0261f72fae7df80bd73 /src/man/commit.l | |
parent | e9fd73ca4834732131ace223bd998939c3fe5e6c (diff) | |
download | postgresql-1ea03f7de593401518a7deea1df1d86f7994acdf.tar.gz postgresql-1ea03f7de593401518a7deea1df1d86f7994acdf.zip |
Manual page dash cleanup.
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 2a5b3ebbe8a..2e52408ed89 100644 --- a/src/man/commit.l +++ b/src/man/commit.l @@ -1,9 +1,9 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.2 1996/12/11 00:27:08 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.3 1998/01/11 22:17:10 momjian Exp $ .TH COMMIT SQL 01/23/93 PostgreSQL PostgreSQL .SH NAME -commit \(em commit the current transaction +commit - commit the current transaction .SH SYNOPSIS .nf \fBcommit [transaction|work]\fR |