diff options
Diffstat (limited to 'winsup/doc/gcc.sgml')
-rw-r--r-- | winsup/doc/gcc.sgml | 2 |
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:\></prompt> <userinput>gcc hello.c -o hello.exe</userinput> |