[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] a few more typos



Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/home/arma/work/minion/src/minion

Modified Files:
	README 
Log Message:
a few more typos


Index: README
===================================================================
RCS file: /home/minion/cvsroot/src/minion/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- README	6 Jan 2003 05:03:34 -0000	1.8
+++ README	6 Jan 2003 05:42:05 -0000	1.9
@@ -179,10 +179,10 @@
              -P 'Foo,*'           [Path that starts with Foo]
              -P '*,Foo'           [Path that ends with Foo]
              -P 'Foo,Bar,*,Quux'  [Path that starts with Foo and Bar,
-                                   and ands with Quux]
+                                   and ends with Quux]
 
-      {ADVANCED} To specify a swap point explicitly, you use a colon in
-      your path, as in:
+      {ADVANCED} By default, the swap point will be halfway through. To
+      specify a swap point explicitly, use a colon in your path, as in:
              -P 'Foo,Bar:Baz,Quux'    [Swap headers at server Bar]
              --swap-at=<n>            [Swap headers at the n'th server]
       If you don't know what a swap point is, don't worry. :)