Hey, I'm not sure if you want this Jason, or if I should have just forwarded it to the maintainer. This patch fixes a few typos in the apt-0.3.19/doc/guide.sgml file.
I'll be going over some of the other documentation as well. If I find anything else in the documentation, should I just forward it to the maintainer or do you think the authors would like a copy as well? Thanks Chris ----------------------------------------------------------------------------- Chris Gorman Software Developer - Corel Corporation -- Boundless power to create. Anytime. Anywhere. Share Corel's vision. Visit our Web site at http://www.corel.com.
diff -uNr apt-0.3.19.old/doc/guide.sgml apt-0.3.19/doc/guide.sgml --- apt-0.3.19.old/doc/guide.sgml Sun Nov 22 20:15:59 1998 +++ apt-0.3.19/doc/guide.sgml Fri Feb 9 11:21:36 2001 @@ -280,7 +280,7 @@ <p> Before all operations, except update, APT performs a number of actions to prepare its internal state. It also does some checks of the systems state. -At any time these operations can be performed by running <tt>apt-get chec</> +At any time these operations can be performed by running <tt>apt-get check</>. <p> <example> # apt-get check @@ -295,7 +295,7 @@ and a warning will be printed when apt-get exits. <p> -The final operation performs a detailed analysis of the systems dependencies. +The final operation performs a detailed analysis of the system's dependencies. It checks every dependency of every installed or unpacked package and considers if it is ok. Should this find a problem then a report will be printed out and <prgn>apt-get</> will refuse to run. @@ -328,7 +328,7 @@ <p> There are two ways a system can get into a broken state like this. The -first is caused by <prgn>dpkg missing</> some subtle relationships between +first is caused by <prgn>dpkg</> missing some subtle relationships between packages when performing upgrades. <footnote>APT however considers all known dependencies and attempts to prevent broken packages</footnote>. The second is if a package installation fails during an operation. In this situation a @@ -337,7 +337,7 @@ <p> The second situation is much less serious than the first because APT places certain assurances on the order that packages are installed. In both cases -supplying the <tt>-f</> option to <prgn>atp-get</> will cause APT to deduce a +supplying the <tt>-f</> option to <prgn>apt-get</> will cause APT to deduce a possible solution to the problem and then continue on. The APT <prgn>dselect</> method always supplies the <tt>-f</> option to allow for easy continuation of failed maintainer scripts.

