aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/doc
diff options
context:
space:
mode:
authorSteve Vinoski <[email protected]>2014-01-12 10:09:26 -0500
committerSteve Vinoski <[email protected]>2014-01-12 10:14:47 -0500
commitcb39f7023dc1cf2719ae7b804314a46377141558 (patch)
tree98c32e8a8a2712d02999a31065249514748d60de /lib/dialyzer/doc
parent25237481ccccd3ddfa74582dc267632ad618ba30 (diff)
downloadotp-cb39f7023dc1cf2719ae7b804314a46377141558.tar.gz
otp-cb39f7023dc1cf2719ae7b804314a46377141558.tar.bz2
otp-cb39f7023dc1cf2719ae7b804314a46377141558.zip
fix -Wno_behaviours doc error in dialyzer man page
The description of the -Wno_behaviours in the dialyzer man page incorrectly includes a "***" footnote marker, indicating that it's an option that turns on a warning rather than turning it off. Since the option actually turns off a warning, remove the marker. This fix makes the documentation match that obtained from dialyzer --help.
Diffstat (limited to 'lib/dialyzer/doc')
-rw-r--r--lib/dialyzer/doc/src/dialyzer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/doc/src/dialyzer.xml b/lib/dialyzer/doc/src/dialyzer.xml
index 0ac96e8ac9..ccd8dd8286 100644
--- a/lib/dialyzer/doc/src/dialyzer.xml
+++ b/lib/dialyzer/doc/src/dialyzer.xml
@@ -231,7 +231,7 @@
match.</item>
<tag><c><![CDATA[-Wno_opaque]]></c></tag>
<item>Suppress warnings for violations of opaqueness of data types.</item>
- <tag><c><![CDATA[-Wno_behaviours]]></c>***</tag>
+ <tag><c><![CDATA[-Wno_behaviours]]></c></tag>
<item>Suppress warnings about behaviour callbacks which drift from the
published recommended interfaces.</item>
<tag><c><![CDATA[-Wunmatched_returns]]></c>***</tag>