0001-Fix-typo-in-source-repository-documentation.patch
text/x-patch
Filename: 0001-Fix-typo-in-source-repository-documentation.patch
Type: text/x-patch
Part: 0
Patch
Format: format-patch
Series: patch 0001
Subject: Fix typo in source repository documentation
| File | + | − |
|---|---|---|
| doc/src/sgml/sourcerepo.sgml | 3 | 3 |
From 41febee1363aa62babd2b88fbb4ad1a2e8023f13 Mon Sep 17 00:00:00 2001
From: Martin Mai <mrkanister1024@googlemail.com>
Date: Sun, 9 Jul 2017 16:27:45 +0200
Subject: [PATCH] Fix typo in source repository documentation
---
doc/src/sgml/sourcerepo.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/src/sgml/sourcerepo.sgml b/doc/src/sgml/sourcerepo.sgml
index f8f6bf2de1..dbef5cdd1e 100644
--- a/doc/src/sgml/sourcerepo.sgml
+++ b/doc/src/sgml/sourcerepo.sgml
@@ -20,9 +20,9 @@
Note that building <productname>PostgreSQL</productname> from the source
repository requires reasonably up-to-date versions of <application>bison</>,
<application>flex</>, and <application>Perl</>. These tools are not needed
- to build from a distribution tarball since the files they are used to build
- are included in the tarball. Other tool requirements are the same as shown
- in <xref linkend="installation">.
+ to build from a distribution tarball since the files that are used to build
+ it are included in the tarball. Other tool requirements are the same as
+ shown in <xref linkend="installation">.
</para>
<sect1 id="git">
--
2.11.0