aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/fdp-primer
diff options
context:
space:
mode:
authorSevan Janiyan <sevan@FreeBSD.org>2017-08-19 21:52:20 +0000
committerSevan Janiyan <sevan@FreeBSD.org>2017-08-19 21:52:20 +0000
commit8ec23bb883bb6d3f6e3f95fa83f5f8c8aeeb768f (patch)
treec54e40f760b1bbd4ee4905439a8cb5827350772f /en_US.ISO8859-1/books/fdp-primer
parentbfbeaee76c4a2153a628c7dad3d767daa1c6a121 (diff)
downloaddoc-8ec23bb883bb6d3f6e3f95fa83f5f8c8aeeb768f.tar.gz
doc-8ec23bb883bb6d3f6e3f95fa83f5f8c8aeeb768f.zip
Subversion is not installed by textproc/docproj by default.
Direct reader to install the docproj package as well as the subversion package. From the BSDCam 2017 Doc hackday. Submitted by: Deb Goodkin <deb AT freebsdfoundation DOT org> Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D11807
Notes
Notes: svn path=/head/; revision=50695
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer')
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml11
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml6
2 files changed, 11 insertions, 6 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml
index a9e2577db1..b9129560b0 100644
--- a/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml
@@ -81,9 +81,14 @@
<procedure>
<step>
<para>Install the
- <package>textproc/docproj</package>
- package or port. This meta-port installs all of the
- software needed to edit and build &os; documentation.</para>
+ <package>textproc/docproj</package> meta-package
+ and <application>Subversion</application>.
+ This meta-package installs all of the software needed to
+ edit and build &os; documentation. The
+ <application>Subversion</application> package is needed to
+ obtain a working of the documentation and generate patches with.</para>
+
+ <screen>&prompt.root; <userinput>pkg install docproj subversion</userinput></screen>
</step>
<step>
diff --git a/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml
index 6a4acf54a0..58909a3bd7 100644
--- a/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml
@@ -41,9 +41,9 @@
formats.</para>
<para><link xlink:href="&url.books.handbook;/svn.html"><application>Subversion</application></link>
- is used to manage the &os; documentation files. It is installed
- by <package>textproc/docproj</package> as one of
- the required applications.</para>
+ is used to manage the &os; documentation files. It is obtained by installing the <application>Subversion</application> package:</para>
+
+ <screen>&prompt.root; <userinput>pkg install subversion</userinput></screen>
<sect1 xml:id="working-copy-doc-and-src">
<title>Documentation and Manual Pages</title>