summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2015-01-22 12:01:42 +1300
committerOlly Betts <olly@survex.com>2015-01-22 12:01:42 +1300
commit77288c89df6ff931c92e24864208626282caec44 (patch)
tree349fe982ddbbef52f9d7dec69d8df6b0f7c6fb7d /Doc
parentfb94b312e00e62e5c98fdef7ad0b03edc3ebb925 (diff)
downloadswig-77288c89df6ff931c92e24864208626282caec44.tar.gz
Error message example to match actual output
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Warnings.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Manual/Warnings.html b/Doc/Manual/Warnings.html
index 99b89c425..fda162615 100644
--- a/Doc/Manual/Warnings.html
+++ b/Doc/Manual/Warnings.html
@@ -349,9 +349,9 @@ These can be overridden using command line options, for example:
<div class="shell"><pre>
$ swig -python -Fstandard example.i
-example.i:4: Syntax error in input.
+example.i:4: Syntax error in input(1).
$ swig -python -Fmicrosoft example.i
-example.i(4) : Syntax error in input.
+example.i(4) : Syntax error in input(1).
</pre></div>
<H2><a name="Warnings_nn9"></a>15.9 Warning number reference</H2>