Обсуждение: Manual pages completion

Поиск
Список
Период
Сортировка

Manual pages completion

От
Jan Staněk
Дата:
Hello,
recently I added a few missing (they were in --help messages, but not in
man pages) options to man pages of ecpg (missing -h option) and initdb
(the -s/--show options). However, I was doing the repairs on generated
man pages in fedora package, and when I cloned the original git repo of
PostgreSQL, I found out that they are somehow generated, and I should
have edited the original source.

My problem is, I cannot find the source. I found some SGML files, but
they are very descriptive and they doesn't look like what I'm searching for.

Can anybody point me to which files should I edit in order to fill in
the missing options?

Thanks in advance and best regards,
Jan Stanek

--
Jan Stanek - Red Hat INTERN Developer Engineer - Databases Team


Re: Manual pages completion

От
Peter Eisentraut
Дата:
On 6/13/13 5:53 AM, Jan Staněk wrote:
> Hello,
> recently I added a few missing (they were in --help messages, but not in
> man pages) options to man pages of ecpg (missing -h option) and initdb
> (the -s/--show options).

Yes, please do that.

> Can anybody point me to which files should I edit in order to fill in
> the missing options?

doc/src/sgml/ref/initdb.sgml
doc/src/sgml/ref/ecpg.sgml

etc.



Re: Manual pages completion

От
Jan Staněk
Дата:
Dne 13.6.2013 14:39, Peter Eisentraut napsal(a):
> On 6/13/13 5:53 AM, Jan Staněk wrote:
>> Hello,
>> recently I added a few missing (they were in --help messages, but not in
>> man pages) options to man pages of ecpg (missing -h option) and initdb
>> (the -s/--show options).
>
> Yes, please do that.
>
>> Can anybody point me to which files should I edit in order to fill in
>> the missing options?
>
> doc/src/sgml/ref/initdb.sgml
> doc/src/sgml/ref/ecpg.sgml
>
> etc.
>

Thanks for helping, I completely overlooked the 'ref/' subdir. As soon
as I finish rewriting the patch, I will send it in separate thread.

Best regards,
Jan Stanek

--
Jan Stanek - Red Hat INTERN Developer Engineer - Databases Team