aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/doc/src/snmpc_cmd.xml
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-09-23 13:47:03 +0200
committerMicael Karlberg <[email protected]>2011-09-23 13:47:03 +0200
commit9afeecb840b9b225e28597f78e9efe632f6b41b8 (patch)
tree0ddf4cf4722065a4014b3d01bb5fb260637ddd12 /lib/snmp/doc/src/snmpc_cmd.xml
parent312005eb3d09f5bf00ce129c1dd900de1475fc0a (diff)
parent0b77ab1f96be0388b6d69c1ddbc2e73d11e8cd0e (diff)
downloadotp-9afeecb840b9b225e28597f78e9efe632f6b41b8.tar.gz
otp-9afeecb840b9b225e28597f78e9efe632f6b41b8.tar.bz2
otp-9afeecb840b9b225e28597f78e9efe632f6b41b8.zip
[compiler] Used wrong variable name (for warnings-as-errors variable),
which caused the compiler to crash when using the snmpc (e)script. Also added the option --Werror for the SNMP MIB compiler (escript) frontend (to mimic erlc), which specifies whether warnings should be treated as errors. OTP-9447 [agent] Some very minor debugging improvements. OTP-9446 Merge branch 'bmk/snmp/snmp4211_integration' into dev
Diffstat (limited to 'lib/snmp/doc/src/snmpc_cmd.xml')
-rw-r--r--lib/snmp/doc/src/snmpc_cmd.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/snmp/doc/src/snmpc_cmd.xml b/lib/snmp/doc/src/snmpc_cmd.xml
index 72116f8981..971f8a3cff 100644
--- a/lib/snmp/doc/src/snmpc_cmd.xml
+++ b/lib/snmp/doc/src/snmpc_cmd.xml
@@ -79,16 +79,18 @@
<p>Print debug info. </p>
<p><c>verbosity</c> = <c>trace</c> | <c>debug</c> | <c>log</c> | <c>info</c> | <c>silence</c></p>
<p>Defaults to <c>silence</c>.</p>
+ <marker id="option_w"></marker>
<marker id="option_warnings"></marker>
</item>
- <tag>--warnings</tag>
+ <tag>--warnings | --W</tag>
<item>
<p>Print warning messages. </p>
<marker id="option_wae"></marker>
+ <marker id="option_werror"></marker>
</item>
- <tag>--wae</tag>
+ <tag>--wae | --Werror</tag>
<item>
<p>Warnings as errors.
Indicates that warnings shall be treated as errors. </p>
@@ -211,7 +213,7 @@
<section>
<title>SEE ALSO</title>
- <p><seealso marker="erlc">erlc(1)</seealso>,
+ <p><seealso marker="erts:erlc">erlc(1)</seealso>,
<seealso marker="compiler:compile">compile(3)</seealso>,
<seealso marker="snmp:snmpc">snmpc(3)</seealso></p>
</section>