Since I just responded to a recent patch where the dash was missing,
I noticed we had a couple of older cases in our web pages as well.

Fixed thusly.

Gerald

Index: gcc-4.6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.154
diff -u -r1.154 changes.html
--- gcc-4.6/changes.html        28 May 2016 20:40:35 -0000      1.154
+++ gcc-4.6/changes.html        27 Nov 2016 14:04:06 -0000
@@ -178,7 +178,7 @@
           linker on ELF targets.  Plugin support of the Apple linker on
           Darwin is not compatible with GCC.
           The linker plugin can also be controlled by the
-          <code>-fuse-linker-plugin</code> command line option.</li>
+          <code>-fuse-linker-plugin</code> command-line option.</li>
           <li>Resolution information from the linker plugin is used to drive
            whole program assumptions. Use of the linker plugin results in
            more aggressive optimization on binaries and on shared libraries
@@ -329,7 +329,7 @@
 #pragma GCC diagnostic pop
   foo(c);                      /* error is given for this one */
 #pragma GCC diagnostic pop
-  foo(d);                      /* depends on command line options */
+  foo(d);                      /* depends on command-line options */
 </pre></li>
     <li>The <code>-fmax-errors=N</code> option is now supported.  Using
     this option causes the compiler to exit after <code>N</code> errors
@@ -978,7 +978,7 @@
      callee for functions taking parameters with sub-word size in 32-bit
      mode, since this is redundant with the specification of the ABI.
      GCC has never done so in 64-bit mode since this is also redundant.</li>
-    <li>The command line option <code>-mfix-at697f</code> has been added to
+    <li>The command-line option <code>-mfix-at697f</code> has been added to
         enable the documented workaround for the single erratum of the Atmel
         AT697F processor.</li>
   </ul>
Index: gcc-4.7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.143
diff -u -r1.143 changes.html
--- gcc-4.7/changes.html        29 Feb 2016 22:36:51 -0000      1.143
+++ gcc-4.7/changes.html        27 Nov 2016 14:04:06 -0000
@@ -753,8 +753,8 @@
     <li>New command-line options <code>-maccumulate-args</code>,
       <code>-mbranch-cost=<i>cost</i></code> and <code>-mstrict-X</code>
       were added to allow better fine-tuning of code optimization.</li>
-    <li>The command option <code>-fdata-sections</code> now also takes affect
-      on the section names of variables with the <code>progmem</code>
+    <li>The command-line option <code>-fdata-sections</code> now also takes
+      affect on the section names of variables with the <code>progmem</code>
       attribute.</li>
     <li>A new inline assembler print modifier <code>%i</code> to print a RAM 
address as I/O
     address has been added:
Index: news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.151
diff -u -r1.151 news.html
--- news.html   20 Aug 2016 09:47:09 -0000      1.151
+++ news.html   27 Nov 2016 14:04:07 -0000
@@ -1271,7 +1271,7 @@
 
 <p>The new back end combines code generation for the Arm, the Thumb and
 the StrongArm into one compiler, with the target processor and
-instruction sets being selectable via command line switches.</p>
+instruction sets being selectable via command-line switches.</p>
 </dd>
 
 <dt><b>April 30, 2000</b></dt>

Reply via email to