summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-16 08:13:54 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-16 08:13:54 +0000
commit2151ac0d9443319ea2d26fc399d929843a86c9e2 (patch)
tree874759a8f705ce576a737859ad978c6f7746fee3 /Tools
parentFix patch, so that it actually applies. (diff)
Correct usage example.
Notes
Notes: svn path=/head/; revision=63075
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/README.patchtool3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/scripts/README.patchtool b/Tools/scripts/README.patchtool
index 20388c2fde23..85204e7f91f5 100644
--- a/Tools/scripts/README.patchtool
+++ b/Tools/scripts/README.patchtool
@@ -78,7 +78,8 @@ this tool.
$ cd /somewhere/foo ; make
[compilation blows with error in src/bar/baz.c]
$ cd work/foo-1.0/src/bar
-[digged here and there and finally have found a solution]
+[digged here and there and finally have found that the problem in baz.c]
+$ cp baz.c baz.c.orig
$ vi baz.c
[fixing it]
$ patchtool baz.c