* Fixed a minor grammaticaly error.

* Second release.
This commit is contained in:
Roland McGrath 1988-06-28 21:58:42 +00:00
parent b8342bbfa8
commit b85736329a

View file

@ -634,7 +634,7 @@ The criterion for being out of date is specified in terms of the
date if it does not exist or if it is older than any of the dependencies date if it does not exist or if it is older than any of the dependencies
(by comparison of last-modification times). The idea is that the contents (by comparison of last-modification times). The idea is that the contents
of the target file are computed based on information in the dependencies, of the target file are computed based on information in the dependencies,
so if any of the dependencies changes the contents of the existing target so if any of the dependencies changes, the contents of the existing target
file are no longer necessarily valid. file are no longer necessarily valid.
How to update is specified by @var{commands}. These are lines to be How to update is specified by @var{commands}. These are lines to be