diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-11-25 01:05:37 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-11-25 01:05:37 +0000 |
commit | 1fadb05d4a2198ac48e430e7f4c0746e572d6c95 (patch) | |
tree | 9d1d328eec52cb1667dbbe3f51a13bd5bc0bbf48 /doc/src | |
parent | 78263b43fd1e201b502abb4ec5d7bd475988d6fc (diff) | |
download | postgresql-1fadb05d4a2198ac48e430e7f4c0746e572d6c95.tar.gz postgresql-1fadb05d4a2198ac48e430e7f4c0746e572d6c95.zip |
Fix markup error I introduced.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/postmaster.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/postmaster.sgml b/doc/src/sgml/ref/postmaster.sgml index 02f2b02655d..39fff15e532 100644 --- a/doc/src/sgml/ref/postmaster.sgml +++ b/doc/src/sgml/ref/postmaster.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.21 2001/11/25 00:15:30 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.22 2001/11/25 01:05:37 momjian Exp $ Postgres documentation --> @@ -120,7 +120,7 @@ Postgres documentation <para> These options may also be specified using the GNU-style long option - format, <term>--<replaceable>name</replaceable>=<replaceable>value</replaceable></term>. + format, <option>--name=value</option>. </para> </listitem> </varlistentry> |