summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Middelschulte <leif.middelschulte@gmail.com>2012-08-17 17:22:59 +0000
committerLeif Middelschulte <leif.middelschulte@gmail.com>2012-08-17 17:22:59 +0000
commitabe23f2ca009a819db6b8bfe9780e48a37a45f80 (patch)
tree968a1876c210714b45b202fca2e9517b9b02c919
parentdc9f0e5076d574bd08c565ca155e88de13e9d19f (diff)
downloadswig-abe23f2ca009a819db6b8bfe9780e48a37a45f80.tar.gz
Unify beginning of command line code
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13645 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Doc/Manual/C.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Manual/C.html b/Doc/Manual/C.html
index 1b3709c27..45d16e466 100644
--- a/Doc/Manual/C.html
+++ b/Doc/Manual/C.html
@@ -85,7 +85,7 @@ int fact(int n);
To build a C module (C as the target language), run SWIG using the <tt>-c</tt> option :</p>
<div class="shell"><pre>
-%swig -c example.i
+$ swig -c example.i
</pre></div>
<p>
@@ -116,7 +116,7 @@ The following table list the additional commandline options available for the C
</p>
<div class="shell"><pre>
-swig -c -help
+$ swig -c -help
</pre></div>
<table summary="C specific options">