diff options
author | Micael Karlberg <[email protected]> | 2011-11-25 20:37:42 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-25 20:37:42 +0100 |
commit | 091a22dda4448dfbc03f9727bd066e19071b59ba (patch) | |
tree | 86c8fb77a86e4f327d5c354704f23aaa2580313a /lib/snmp/doc | |
parent | e672f34bab62d06fd28b7d68784ddf9af27e3531 (diff) | |
download | otp-091a22dda4448dfbc03f9727bd066e19071b59ba.tar.gz otp-091a22dda4448dfbc03f9727bd066e19071b59ba.tar.bz2 otp-091a22dda4448dfbc03f9727bd066e19071b59ba.zip |
[compiler] Fix the --warnings/--W option parsing in the snmpc wrapper script.
The short warning option was incorrectly '--w', instead
of as documented '--W'. This has now been corrected.
Tuncer Ayaz
OTP-9718
Diffstat (limited to 'lib/snmp/doc')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 9e685174b7..022c0c81a9 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -74,13 +74,36 @@ <p>Own Id: OTP-9747</p> </item> + <item> + <p>[compiler] Fix the <c>--warnings/--W</c> option parsing in the + <seealso marker="snmpc(command)#option_warnings">snmpc</seealso> + wrapper (e)script. + The short warning option was incorrectly <c>--w</c>, instead + of as documented <c>--W</c>. This has now been corrected. </p> + <p>*** POTENTIAL INCOMPATIBILITY ***</p> + <p>Tuncer Ayaz</p> + <p>Own Id: OTP-9718</p> + </item> + </list> </section> <section> <title>Incompatibilities</title> +<!-- <p>-</p> +--> + + <list type="bulleted"> + <item> + <p>[compiler] The short warning option has been changed from + <c>--w</c> to <c>--W</c> to comply with the documentation. </p> + <p>Tuncer Ayaz</p> + <p>Own Id: OTP-9718</p> + </item> + + </list> </section> </section> <!-- 4.21.3 --> |