diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-08-24 01:51:20 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-08-24 01:51:20 +0000 |
commit | 0a15090dba13076012fcffba728926f8e40880e8 (patch) | |
tree | e8904af1ad045e5d3d1654d8e552d3132746cfba | |
parent | 8876ae2c57a08e31f594bec3fb1851b14794638c (diff) | |
download | postgresql-0a15090dba13076012fcffba728926f8e40880e8.tar.gz postgresql-0a15090dba13076012fcffba728926f8e40880e8.zip |
man pages cleanup
-rw-r--r-- | src/man/postgres.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/postgres.1 b/src/man/postgres.1 index 68b9adcefbf..3373f1b3615 100644 --- a/src/man/postgres.1 +++ b/src/man/postgres.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.11 1998/05/27 18:32:05 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.12 1998/08/24 01:51:20 momjian Exp $ .TH POSTGRESQL UNIX 12/08/96 PostgreSQL PostgreSQL .SH NAME postgres - the Postgres backend server @@ -77,7 +77,7 @@ backend is running standalone, this specifies the number of buffers to allocate. This value defaults to 64, and each buffer is 8k bytes. .TP .BR "-C" -Do not show server version number. +Do not show server version number. .TP .BR "-D" " data_directory" This option specifies the pathname of the directory that contains the |