summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-04-02 17:06:43 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-04-02 17:08:06 +0300
commitd420ba2a2d4ea4831f89a3fd7ce86b05eff932ff (patch)
tree5bfffe82cfa8c26dcb2ef541d8e7d3a5ba62107d /doc/src/sgml/ref
parent5735efee15540765315aa8c1a230575e756037f7 (diff)
Escape greater than and less than characters in docs.
Susanne Ebrecht and me
Diffstat (limited to 'doc/src/sgml/ref')
-rw-r--r--doc/src/sgml/ref/pg_basebackup.sgml2
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 bbca5f513c4..382effdaa39 100644
--- a/doc/src/sgml/ref/pg_basebackup.sgml
+++ b/doc/src/sgml/ref/pg_basebackup.sgml
@@ -406,7 +406,7 @@ PostgreSQL documentation
To create a backup of a single-tablespace local database and compress
this with <productname>bzip2</productname>:
<screen>
- <prompt>$</prompt> <userinput>pg_basebackup -D - -Ft | bzip2 > backup.tar.bz2</userinput>
+ <prompt>$</prompt> <userinput>pg_basebackup -D - -Ft | bzip2 &gt; backup.tar.bz2</userinput>
</screen>
(this command will fail if there are multiple tablespaces in the
database)