behave -> behaves (fixing a typo in the previous patch).

This commit is contained in:
Paul Eggert 2006-06-14 05:14:09 +00:00
parent 0e8c81bbf2
commit 1c847e3b05

View File

@ -1419,7 +1419,7 @@ disable warnings falling into @var{category}
Warnings about @samp{syntax} are enabled by default, and the environment
variable @env{WARNINGS}, a comma separated list of categories, is
honored as well. Passing @option{-W @var{category}} actually behave as if
honored as well. Passing @option{-W @var{category}} actually behaves as if
you had passed @option{--warnings=syntax,$WARNINGS,@var{category}}. If
you want to disable the defaults and @env{WARNINGS}, but (for example)
enable the warnings about obsolete constructs, you would use @option{-W