BUG #2090: error in man-page of postmaster

Started by Andreas Schmidtover 20 years ago2 messagesbugs
Jump to latest
#1Andreas Schmidt
andreas.schmidt@team-konzept.de

The following bug has been logged online:

Bug reference: 2090
Logged by: Andreas Schmidt
Email address: andreas.schmidt@team-konzept.de
PostgreSQL version: 8.1.0
Operating system: Linux
Description: error in man-page of postmaster
Details:

'man postmaster' describes the -h option wrong:

instead of "... The value can also be a space-separated list of
addresses..." you have to write "The value can also be a comma-separated
list of addresses...".

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andreas Schmidt (#1)
Re: BUG #2090: error in man-page of postmaster

"Andreas Schmidt" <andreas.schmidt@team-konzept.de> writes:

'man postmaster' describes the -h option wrong:

instead of "... The value can also be a space-separated list of
addresses..." you have to write "The value can also be a comma-separated
list of addresses...".

Fixed, thanks. (That was correct at one point, but this page evidently
didn't get updated when the code changed.)

regards, tom lane