Skip to content

Commit d420ba2

Browse files
committed
Escape greater than and less than characters in docs.
Susanne Ebrecht and me
1 parent 5735efe commit d420ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/ref/pg_basebackup.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ PostgreSQL documentation
406406
To create a backup of a single-tablespace local database and compress
407407
this with <productname>bzip2</productname>:
408408
<screen>
409-
<prompt>$</prompt> <userinput>pg_basebackup -D - -Ft | bzip2 > backup.tar.bz2</userinput>
409+
<prompt>$</prompt> <userinput>pg_basebackup -D - -Ft | bzip2 &gt; backup.tar.bz2</userinput>
410410
</screen>
411411
(this command will fail if there are multiple tablespaces in the
412412
database)

doc/src/sgml/sepgsql.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ $ initdb
105105
$ vi $PGDATA/postgresql.conf
106106
$ for DBNAME in template0 template1 postgres; do
107107
postgres --single -F -O -c exit_on_error=true $DBNAME \
108-
< /usr/local/pgsql/share/contrib/sepgsql.sql > /dev/null
108+
&lt; /usr/local/pgsql/share/contrib/sepgsql.sql &gt; /dev/null
109109
done
110110
</screen>
111111

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy