summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/docs/patch.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/docs/patch.t b/www/docs/patch.t
index 54e999abe4..3283af35ee 100644
--- a/www/docs/patch.t
+++ b/www/docs/patch.t
@@ -55,6 +55,7 @@ of the list itself.
55<p> 55<p>
56 Applying a 'patch' (output from diff -u) is done with the 'patch' tool: 56 Applying a 'patch' (output from diff -u) is done with the 'patch' tool:
57<pre> 57<pre>
58 cd to/source/root
58 patch < patchfile 59 patch < patchfile
59</pre> 60</pre>
60<p> 61<p>