pgsql: Small possible clarification in pg_basebackup reference page

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Small possible clarification in pg_basebackup reference page
Date: 2012-03-01 19:18:44
Message-ID: E1S3BWW-0000J3-CQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Small possible clarification in pg_basebackup reference page

The <literal> markup is not visible as distinct on man pages, which
creates a bit of confusion when looking at the documentation of the
pg_basebackup -l option. Rather than reinventing the entire font
system for man pages to remedy this, just put some quotes around this
particular case, which should also help in other output formats.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bc8765e91c743d87f5658387b41e3a61cde54116

Modified Files
--------------
doc/src/sgml/ref/pg_basebackup.sgml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-03-02 11:25:23 pgsql: When a GiST page is split during index build, it might not have
Previous Message Peter Eisentraut 2012-03-01 18:52:29 pgsql: Don't link pg_isolation_regress with libpq