diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/docs/patch.t | 1 |
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. <p> Applying a 'patch' (output from diff -u) is done with the 'patch' tool: <pre> + cd to/source/root patch < patchfile </pre> <p> |