summaryrefslogtreecommitdiffstats
path: root/winsup/doc/gcc.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/doc/gcc.sgml')
-rw-r--r--winsup/doc/gcc.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/gcc.sgml b/winsup/doc/gcc.sgml
index f1d5431b7..60202d949 100644
--- a/winsup/doc/gcc.sgml
+++ b/winsup/doc/gcc.sgml
@@ -6,7 +6,7 @@
Refer to the GCC User's Guide for information on standard usage and
options. Here's a simple example:</para>
-<example>
+<example id="gcc-hello-world">
<title>Building Hello World with GCC</title>
<screen>
<prompt>C:\&gt;</prompt> <userinput>gcc hello.c -o hello.exe</userinput>