minor README fixups

This commit is contained in:
Micah Anderson 2010-11-24 14:24:49 -05:00
parent 2276147cc0
commit 6596641bb1

8
README
View file

@ -167,14 +167,14 @@ the following classes.
apt::cron::download
-------------------
This class sets up cron-apt so that it downloads upgradable packages,
does not actually do any upgrade and email when the output changes.
This class sets up cron-apt so that it downloads upgradable packages, does not
actually do any upgrade and emails when the output changes.
apt::cron::dist-upgrade
-----------------------
This class sets up cron-apt so that it dist-upgrades the system and
email when upgrades are performed.
emails when upgrades are performed.
apt::dselect
------------
@ -261,7 +261,7 @@ apt::upgrade_package
--------------------
This simplifies upgrades for DSA security announcements or point-releases. This
will ensure that the named package is upgrade to the version specified, only if
will ensure that the named package is upgraded to the version specified, only if
the package is installed, otherwise nothing happens. If the specified version
is 'latest' (the default), then the package is ensured to be upgraded to the
latest package revision when it becomes available.