From: | "Martin Pitt" <martin(at)piware(dot)de> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #2009: Unqouted dashes in manpages |
Date: | 2005-10-29 00:36:32 |
Message-ID: | 20051029003632.59819F0C3C@svr2.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 2009
Logged by: Martin Pitt
Email address: martin(at)piware(dot)de
PostgreSQL version: 8.0.4
Operating system: Linux
Description: Unqouted dashes in manpages
Details:
The PostgreSQL manpages currently do not quote the dash (they contain '-'
instead of '\-', as mandated by manpages). Since this produces a different
Unicode character than an quoted dash, these manpages look a bit weird on
some locale/terminal combinations, and worse, you cannot search for options
without actually figuring out how to enter the unicode narrow hyphen
character on your keyboard.
At least the hyphens used in verbatim text (as in option names) should be
properly quoted. Dashes in some combined words are probably ok.
Thanks for considering,
Martin
From | Date | Subject | |
---|---|---|---|
Next Message | Bruno Wolff III | 2005-10-29 17:15:28 | Re: i'm unable to download psql servel |
Previous Message | Richard Huxton | 2005-10-28 16:29:18 | Re: BUG #2006: queryoptimizer and comparing a primary key |