diff options
author | Bruce Momjian <bruce@momjian.us> | 2013-05-04 11:52:18 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2013-05-04 11:52:18 -0400 |
commit | 75d1406a194d16823e786a8d5094abd1e7e5661b (patch) | |
tree | b660b97d00af064f76ebc2ec8b5c64973e284ee2 /doc/src | |
parent | 262a3629971bdf61c309843b385a58d97bf4badb (diff) | |
download | postgresql-75d1406a194d16823e786a8d5094abd1e7e5661b.tar.gz postgresql-75d1406a194d16823e786a8d5094abd1e7e5661b.zip |
9.3 docs: wording fixes
From Erik Rijkers
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-9.3.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index 94db2f771db..32839b7d2f1 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -518,7 +518,7 @@ <listitem> <para> - Allow a streaming replication standbys to <link + Allow a streaming replication standby to <link linkend="protocol-replication">follow a timeline switch</link> (Heikki Linnakangas) </para> @@ -574,7 +574,7 @@ <listitem> <para> - Allow tooling like <link + Allow tools like <link linkend="app-pgreceivexlog"><application>pg_receivexlog</></link> to run on computers with different architectures (Heikki Linnakangas) |