aboutsummaryrefslogtreecommitdiffstats
path: root/web/include/instruc.php
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-04 04:18:09 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-04 04:18:09 +0000
commit9ca627974c7381d1143ea72dea8a127a09b746f7 (patch)
treea9c2aecca9fb711cbe55a497f36af68d6089a5de /web/include/instruc.php
parentf99eea8f90ce4b75aa9409a541f10fed3d4e1f55 (diff)
downloadioquake3-aero-9ca627974c7381d1143ea72dea8a127a09b746f7.tar.gz
ioquake3-aero-9ca627974c7381d1143ea72dea8a127a09b746f7.zip
* Fix bad tag nesting and general stupidity
* Detect browser and only send high-tech mimes to things that advertise support. git-svn-id: svn://svn.icculus.org/quake3/trunk@256 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include/instruc.php')
-rw-r--r--web/include/instruc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/include/instruc.php b/web/include/instruc.php
index 409009d..2ea2d8b 100644
--- a/web/include/instruc.php
+++ b/web/include/instruc.php
@@ -51,14 +51,14 @@ That's okay, here's the 10ยข survival guide to making patches:</p>
<li>Create a patch between <em class="shell">oldfile</em> and <em class="shell">newfile</em>:<br />
<span class="shell">diff -u <em>oldfile</em> <em>newfile</em></span></li>
<li>Create a patch between directory <em class="shell">olddir</em> and <em class="shell">newdir</em>:<br />
- <span class="shell">diff -Naur <em>olddir</em> <em>newdir</em></li>
+ <span class="shell">diff -Naur <em>olddir</em> <em>newdir</em></span></li>
<li>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 <span class="shell">diff</span> and <span class="shell">patch</span>,
read their man-pages.</p>
<p>The prefered way to get the ball rolling on a patch is to file a <a href="http://bugs.icculus.org">bug</a>
-for your patch and attach the patch to it and then send a notice to the mailing list
+for your request with the patch attached to it and then send a notice to the mailing list
about it. If you're really so lazy that you can't do this, we would prefer you at least
<a href="mailto:zakk@icculus.org">mail it to zakk@icculus.org</a> rather than not do
anything.</p>