aboutsummaryrefslogtreecommitdiff
path: root/Tools/scripts
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-18 14:03:05 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-18 14:03:05 +0000
commitac482a872ec66c826c81a0e753d67d43b9e5dca9 (patch)
tree604faebc71f9aebc8e0bb3a8b7dd6ee7be7d038e /Tools/scripts
parente4c5d5f26ae6d1beee945a788b225938058235a2 (diff)
downloadports-ac482a872ec66c826c81a0e753d67d43b9e5dca9.tar.gz
ports-ac482a872ec66c826c81a0e753d67d43b9e5dca9.zip
Notes
Diffstat (limited to 'Tools/scripts')
-rw-r--r--Tools/scripts/README.patchtool6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/scripts/README.patchtool b/Tools/scripts/README.patchtool
index 1057d0e3ddd1..59ee672a4438 100644
--- a/Tools/scripts/README.patchtool
+++ b/Tools/scripts/README.patchtool
@@ -24,7 +24,7 @@ The following options are supported:
-f -- don't ask any question if target patchfile already exists and is to be
replaced;
-u -- run tool in the "update" mode (see above);
- -i -- perform requiested operation (generate or update) even if the
+ -i -- perform requested operation (generate or update) even if the
patchfile seems to be up-to-date based on last modification time of
all files involved.
@@ -74,11 +74,11 @@ EXAMPLES
Following are several sample sessions which show common usage patterns for
this tool.
-1. Generation mode (usefull when creating new port).
+1. Generation mode (useful when creating new port).
$ 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 that the problem in baz.c]
+[dig here and there and finally find that the problem in baz.c]
$ cp baz.c baz.c.orig
$ vi baz.c
[fixing it]