--- apt-move.8 2012-11-10 19:04:06.733584780 +0000 +++ apt-move.8.new 2012-11-10 19:09:28.656519938 +0000 @@ -262,7 +262,7 @@ setting. This is useful if .B apt\-move aborts with an error saying that too many files would be deleted, and you -want to delete the files anyway. (Use with caution.) If you get this error, +want to delete the files anyway. (Use with caution.) If you get this error, using .B \-ft will show you the complete list of files, so you can verify them before @@ -277,7 +277,7 @@ .TP .B \-t -Makes a 'test run' and reports what WOULD be done for +Makes a \&'test run' and reports what WOULD be done for .B option but does not modify any of the cache or mirror files. @@ -344,7 +344,7 @@ .TP .BR FILECACHE= /var/cache/apt/archives -The directory where your local cache of packages are. The default will work +The directory where your local cache of packages are. The default will work for the .BR apt-get (8) packages, unless you've changed the configuration in @@ -352,7 +352,7 @@ .TP .BR LISTSTATE= /var/lib/apt/lists -The directory to your local cache of Packages files. The default will work +The directory to your local cache of Packages files. The default will work for the .BR apt-get (8) packages, unless you've changed the configuration in @@ -471,12 +471,12 @@ .I mirror command uses a file in the .B $LOCALDIR/ -directory called '.exclude' which contains +directory called \&'.exclude' which contains exclude patterns that are applied against the files to be mirrored. These patterns were created with the following limitation: they must work the same with with .BR grep (1), -after any '*' characters are removed. Unless you're careful setting this up, +after any \&'*' characters are removed. Unless you're careful setting this up, you'll get unexpected results. Run .RB "'" apt-move .B \-t @@ -487,7 +487,7 @@ command for .B apt\-move to print a list of files your are excluding from your mirror. See the sample - .exclude file (SAMPLE.exclude) for an example of an .exclude file. +\&.exclude file (SAMPLE.exclude) for an example of an .exclude file. .SS Mirroring The @@ -498,10 +498,10 @@ commands do not test for available disk space. The current potato (main binary) distribution is over 1Gb in size. Add the sources to -that and it can eat up the space on a partition really fast. I would advise you +that and it can eat up the space on a partition really fast. I would advise you to put your mirror somewhere other than the root partition. Set up your exclude file and run -.B "apt\-move -t mirror" +.B "apt\-move \-t mirror" and examine the result. .SS "Code names" @@ -522,11 +522,11 @@ equivalent to .IR sarge , you could run -.BR "ln -s testing $LOCALDIR/dists/sarge" . +.BR "ln \-s testing $LOCALDIR/dists/sarge" . Alternatively, you could delete the .I testing subdirectory and run -.BR "ln -s sarge $LOCALDIR/dists/testing" . +.BR "ln \-s sarge $LOCALDIR/dists/testing" . This will cause future executions of the .I get operation to use @@ -571,7 +571,7 @@ .TP .B "No master files exist!" You need to run -.B apt-\move +.B apt\-move with the .B get command at least once in order to create the master files which determine @@ -611,7 +611,7 @@ configuration, then run .I apt-move fsck and finally remove -.BR .apt-move/ancient . +.BR .apt\-move/ancient . .TP .B "Could not read Release files." @@ -656,9 +656,9 @@ or run .B apt\-move with -.B -f +.B \-f if only the -.I *.local +.I *.local files have been changed. .SH BUGS @@ -675,7 +675,7 @@ variable does not control what is actually downloaded by the .B fetch utility. It should have a similar effect to that of -.BR "apt-get -t" . +.BR "apt-get \-t" . .SH AUTHOR