Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2007-08-24 18:52:39 +0400
committerChristopher Faylor <me@cgf.cx>2007-08-24 18:52:39 +0400
commitc60c72d718fa556b63748bb720cd1fbcb64d8255 (patch)
treefaa9f9331341a5462ea0be97132c747356c83327 /winsup/doc/dll.sgml
parent4b8c903325b7beb52cf55b57911631e7283f2ec4 (diff)
* dll.sgml: myprog.ca -> myprog.c
Diffstat (limited to 'winsup/doc/dll.sgml')
-rw-r--r--winsup/doc/dll.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/dll.sgml b/winsup/doc/dll.sgml
index d5578ff19..2575c6858 100644
--- a/winsup/doc/dll.sgml
+++ b/winsup/doc/dll.sgml
@@ -83,7 +83,7 @@ main ()
Then link to your dll with a command like:
</para>
-<screen>gcc -o myprog myprog.ca -L./ -lmydll</screen>
+<screen>gcc -o myprog myprog.c -L./ -lmydll</screen>
<para>However, if you are building a dll as an export library,
you will probably want to use the complete syntax:</para>