aboutsummaryrefslogtreecommitdiffstats
path: root/web/include
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-05 00:00:47 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-05 00:00:47 +0000
commitc22d7cc37a5a5634dff03b500c3a6297eb3afaf2 (patch)
treebe6eeb757b7a02783b87765f9e2dc5368e2cd197 /web/include
parent319c0c8f120c5ad429010d65666a58fec7f0615a (diff)
downloadioquake3-aero-c22d7cc37a5a5634dff03b500c3a6297eb3afaf2.tar.gz
ioquake3-aero-c22d7cc37a5a5634dff03b500c3a6297eb3afaf2.zip
And a bit more rewording.
git-svn-id: svn://svn.icculus.org/quake3/trunk@272 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include')
-rw-r--r--web/include/instruc.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/include/instruc.php b/web/include/instruc.php
index 6e67169..d71e62e 100644
--- a/web/include/instruc.php
+++ b/web/include/instruc.php
@@ -72,9 +72,6 @@ survival guide to generating patches.</p>
<li id="patch">Apply a patch <em class="shell">amazing_new_feature.patch</em>:<br />
<span class="shell">patch -p0 -i <em>amazing_new_feature.patch</em></span></li>
</ul>
- <p>For more information on SVN take a look at the
- <a href="http://svnbook.red-bean.com/">SVN book</a> and the info pages for
- <span class="shell">svn</span>.</p>
</li>
<li>
<h3>From a tarball or other release</h3>
@@ -89,7 +86,10 @@ survival guide to generating patches.</p>
<span class="shell">diff -Naur <em>olddir</em> <em>newdir</em> &gt; <em>amazing_new_features.patch</em></span></li>
<li>Applying a patch is the same as with SVN, see <a href="#patch">above</a>.</li>
</ul>
- <p>For more information on <span class="shell">diff</span> and <span class="shell">patch</span>,
- read their man-pages.</p>
</li>
</ul>
+<p>For more information on <span class="shell">diff</span>, <span class="shell">patch</span>,
+and <span class="shell">svn</span>, read their respective <span class="shell">man</span>
+and <span class="shell">info</span> pages. For a more in-depth guide on Subversion take
+a look at the <a href="http://svnbook.red-bean.com/"><acronym title="Subversion">SVN</acronym>
+Book</a>.</p>