Refer to the correct gcc deprecation options

This oversight was pointed out in bug 585520.
This commit is contained in:
Matthias Clasen 2009-06-15 01:09:25 -04:00
parent 2c5ac901d9
commit 2553df615d

View File

@ -217,7 +217,7 @@ See the GNU C documentation for details.
Expands to the GNU C <literal>deprecated</literal> attribute if the compiler
is <command>gcc</command>.
It can be used to mark typedefs, variables and functions as deprecated.
When called with the <option>-Wdeprecated</option> option, the compiler will
When called with the <option>-Wdeprecated-declarations</option> option, the compiler will
generate warnings when deprecated interfaces are used.
See the GNU C documentation for details.
</para>