diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-03-01 21:16:24 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-03-01 21:16:24 +0200 |
commit | bc8765e91c743d87f5658387b41e3a61cde54116 (patch) | |
tree | 6db88b989c31be348345d44cbd72f218c0521c2f | |
parent | 36a1a8c33d0d400b246dec8395990725b98801b7 (diff) | |
download | postgresql-bc8765e91c743d87f5658387b41e3a61cde54116.tar.gz postgresql-bc8765e91c743d87f5658387b41e3a61cde54116.zip |
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.
-rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index c654a364124..7e343e671b6 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -284,7 +284,7 @@ PostgreSQL documentation <listitem> <para> Sets the label for the backup. If none is specified, a default value of - <literal>pg_basebackup base backup</literal> will be used. + <quote><literal>pg_basebackup base backup</literal></quote> will be used. </para> </listitem> </varlistentry> |