From cb39f7023dc1cf2719ae7b804314a46377141558 Mon Sep 17 00:00:00 2001 From: Steve Vinoski Date: Sun, 12 Jan 2014 10:09:26 -0500 Subject: 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. --- lib/dialyzer/doc/src/dialyzer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dialyzer/doc') 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. Suppress warnings for violations of opaqueness of data types. - *** + Suppress warnings about behaviour callbacks which drift from the published recommended interfaces. *** -- cgit v1.2.3