"--version" flag missing from man pages

From: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: "--version" flag missing from man pages
Date: 2009-12-19 03:43:01
Message-ID: 4ec1cf760912181943j58d39cc6x18f0c282ec56fcd0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

I noticed that the "--version" flag is not in the man pages for pg_dump,
pg_dumpall, initdb, and various other commands. Out of all the files in
./doc/src/sgml/ref/ , I can see only these three which have "--version"
listed:

josh(at)hades:~/src/postgresql/doc/src/sgml/ref$ grep "\-\-version" *.sgml
ecpg-ref.sgml: <term><option>--version</option></term>
pg_config-ref.sgml: <term><option>--version</option></>
psql-ref.sgml: <term><option>--version</></term>

Yet many other commands support a -V or --version flag which isn't in their
man pages.

$ initdb --version
initdb (PostgreSQL) 8.5devel

Josh

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Erik Rijkers 2009-12-27 16:15:22 'We the project' (and some backup.sgml typos)
Previous Message rahimeh khodadadi 2009-12-02 06:40:43 Re: Fwd: psql+krb5