From: Bruce Momjian Date: Sun, 25 Nov 2001 00:15:30 +0000 (+0000) Subject: Mention -c also allows -- GNU long option format, all platforms. X-Git-Tag: REL7_2_BETA4~180 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46f946df0423bb1c91aa608e173822acfa4ba569;p=thirdparty%2Fpostgresql.git Mention -c also allows -- GNU long option format, all platforms. --- diff --git a/doc/src/sgml/ref/postmaster.sgml b/doc/src/sgml/ref/postmaster.sgml index aeb11a6c6d6..02f2b02655d 100644 --- a/doc/src/sgml/ref/postmaster.sgml +++ b/doc/src/sgml/ref/postmaster.sgml @@ -1,5 +1,5 @@ @@ -119,9 +119,8 @@ Postgres documentation - On some systems it is also possible to equivalently use - GNU-style long options in the form - --name=value. + These options may also be specified using the GNU-style long option + format, --name=value.