public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] "command line" -> "command-line"
@ 2007-09-29 17:36 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2007-09-29 17:36 UTC (permalink / raw)
  To: gcc-patches

Per our discussion earlier this week, use "command-line option" instead
of "command line option" (and similarly for "parameter" et al).

Installed mid of last week, but I forget this mail in my postponed folder.

Gerald

Index: news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.107
diff -u -3 -p -r1.107 news.html
--- news.html	21 Jul 2007 23:13:20 -0000	1.107
+++ news.html	19 Sep 2007 22:36:00 -0000
@@ -630,7 +630,7 @@ LLC.
 <dd>
 GCC now supports ISO C99 declarations in <code>for</code> loops
 (<code>for (int i = 0; i &lt; 10; i++) /* ... */</code>).  These are
-only supported in C99 mode (command line options
+only supported in C99 mode (command-line options
 <code>-std=gnu99</code> or <code>-std=c99</code>), which will be the
 default in some future release, but not in GCC 3.0.
 </dd>
Index: gcc-3.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.152
diff -u -3 -p -r1.152 changes.html
--- gcc-3.4/changes.html	26 May 2006 16:26:01 -0000	1.152
+++ gcc-3.4/changes.html	19 Sep 2007 22:36:01 -0000
@@ -139,7 +139,7 @@ and not your code, that is broken.</em><
 	  conversion of expensive divisions into cheaper operations has been
 	  implemented.</li>
       <li>New <code>-fprofile-generate</code> and <code>-fprofile-use</code>
-          command line options to simplify the use of profile feedback.</li>
+          command-line options to simplify the use of profile feedback.</li>
     </ul>
     </li>
     <li>A new unit-at-a-time compilation scheme for C, Objective-C, C++ and
Index: gcc-4.0/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/changes.html,v
retrieving revision 1.54
diff -u -3 -p -r1.54 changes.html
--- gcc-4.0/changes.html	3 Feb 2007 23:19:09 -0000	1.54
+++ gcc-4.0/changes.html	19 Sep 2007 22:36:01 -0000
@@ -461,7 +461,7 @@ class N::A {
 
 <h3>S/390 and zSeries</h3>
   <ul>
-    <li>New command line options help to generate code intended to
+    <li>New command-line options help to generate code intended to
 	run in an environment where stack space is restricted,
 	e.g. Linux kernel code:
 	<ul>
Index: gcc-4.1/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.1/changes.html,v
retrieving revision 1.24
diff -u -3 -p -r1.24 changes.html
--- gcc-4.1/changes.html	14 Feb 2007 04:36:28 -0000	1.24
+++ gcc-4.1/changes.html	19 Sep 2007 22:36:01 -0000
@@ -141,7 +141,7 @@
 	<code>-fprofile-use</code> or <code>-fbranch-probabilities</code>) and
 	can be used to drive higher level optimizations, such as inlining.
 	<p>
-	The <code>-ftree-based-profiling</code> command line option was
+	The <code>-ftree-based-profiling</code> command-line option was
 	removed and <code>-fprofile-use</code> now implies disabling old RTL
 	level loop optimizer (<code>-fno-loop-optimize</code>).  Speculative
 	prefetching optimization (originally enabled by
Index: gcc-4.2/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.2/changes.html,v
retrieving revision 1.33
diff -u -3 -p -r1.33 changes.html
--- gcc-4.2/changes.html	12 May 2007 15:02:43 -0000	1.33
+++ gcc-4.2/changes.html	19 Sep 2007 22:36:01 -0000
@@ -38,7 +38,7 @@
     <li><a href="../projects/gomp/">OpenMP</a> is now
         supported for the C, C++ and Fortran compilers.</li>
 
-    <li>New command line options <code>-fstrict-overflow</code> and
+    <li>New command-line options <code>-fstrict-overflow</code> and
     <code>-Wstrict-overflow</code> have been added.
     <code>-fstrict-overflow</code> tells the compiler that it may
     assume that the program follows the strict signed overflow
@@ -62,7 +62,7 @@
     documentation</a> for details.  <code>-Wstrict-overflow=1</code>
     is enabled by <code>-Wall</code>.</li>
 
-    <li>The new command line option <code>-fno-toplevel-reorder</code>
+    <li>The new command-line option <code>-fno-toplevel-reorder</code>
     directs GCC to emit top-level functions, variables, and
     <code>asm</code> statements in the same order that they appear in
     the input file.  This is intended to support existing code which
@@ -93,13 +93,13 @@
         for this, GCC 4.2 will warn about any use of non-static inline
         functions in gnu99 or c99 mode.  This new warning may be
         disabled with the new <code>gnu_inline</code> function
-        attribute or the new <code>-fgnu89-inline</code> command line
+        attribute or the new <code>-fgnu89-inline</code> command-line
         option.  Also, GCC 4.2 and later will define one of the
         preprocessor macros <code>__GNUC_GNU_INLINE__</code> or
         <code>__GNUC_STDC_INLINE__</code> to indicate the semantics of
         inline functions in the current compilation.</li>
 
-    <li>A new command line option <code>-Waddress</code> has been
+    <li>A new command-line option <code>-Waddress</code> has been
         added to warn about suspicious uses of memory addresses as,
         for example, using the address of a function in a conditional
         expression, and comparisons against the memory address of a
@@ -159,7 +159,7 @@
     </li>
 
     <li>
-     The command line option <code>-fconst-strings</code>, deprecated in
+     The command-line option <code>-fconst-strings</code>, deprecated in
      previous GCC releases, has been removed.
     </li>
 
@@ -269,7 +269,7 @@ testing exception-safety.</li>
 
   <ul>
     <li>
-     A new command line option <code>-static-libgcj</code> has been
+     A new command-line option <code>-static-libgcj</code> has been
      added for targets that use a linker compatible with GNU Binutils.
      As its name implies, this causes libgcj to be linked statically.
      In some cases this causes the resulting executable to start
@@ -301,7 +301,7 @@ testing exception-safety.</li>
     <li><code>-mtune=native</code> and <code>-march=native</code> will produce
         code optimized for the host architecture as detected using the
 	<code>cpuid</code> instruction.</li>
-    <li>Added a new command line option <code>-fstackrealign</code> and
+    <li>Added a new command-line option <code>-fstackrealign</code> and
         and <code>__attribute__ ((force_align_arg_pointer))</code>
         to realign the stack at runtime.  This allows functions compiled
         with a vector-aligned stack to be invoked from legacy objects
Index: gcc-4.3/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.72
diff -u -3 -p -r1.72 changes.html
--- gcc-4.3/changes.html	15 Sep 2007 22:39:22 -0000	1.72
+++ gcc-4.3/changes.html	19 Sep 2007 22:36:01 -0000
@@ -115,7 +115,7 @@
       replaces several slower transformations, resulting in compile-time
       improvements as well as better code generation in some cases.</li>
 
-    <li> A new command line switch <code>-frecord-gcc-switches</code> has been
+    <li> A new command-line switch <code>-frecord-gcc-switches</code> has been
     added to GCC, although it is only enabled for some targets.  The switch
     causes the command line that was used to invoke the compiler to be recorded
     into the object file that is being created.  The exact format of this
@@ -127,7 +127,7 @@
     </li>
 
     <li>The inliner heuristic is now aware of stack frame consumption.  New
-    command line parameters <code>--param large-stack-frame</code>
+    command-line parameters <code>--param large-stack-frame</code>
     and <code>--param large-stack-frame-growth</code>
     can be used to limit stack frame size growth caused by inlining.</li>
 
@@ -169,7 +169,7 @@
 <h2>New Languages and Language specific improvements</h2>
 
 <ul>
-  <li>We have added new command line options
+  <li>We have added new command-line options
   <code>-finstrument-functions-exclude-function-list</code> and
   <code>-finstrument-functions-exclude-file-list</code>.  They provide
   more control over which functions are annotated
@@ -208,7 +208,7 @@
     </li>
 
     <li>
-    New command line options <code>-Wold-style-declaration</code>,
+    New command-line options <code>-Wold-style-declaration</code>,
     <code>-Wmissing-parameter-type</code>, <code>-Wempty-body</code>
     and <code>-Wclobbered</code> have been added for finer control of
     the diverse warnings enabled by <code>-Wextra</code>.
@@ -238,7 +238,7 @@
     </li>
 
     <li>
-    A new command line option <code>-fdirectives-only</code> has been
+    A new command-line option <code>-fdirectives-only</code> has been
     added.  It enables a special preprocessing mode which improves the
     performance of applications like distcc and ccache.
     </li>
@@ -340,7 +340,7 @@
      <li> <code>gcjh</code> has been rewritten.  Some of its more
      obscure options no longer work, but are still recognized in an
      attempt at compatibility.  <code>gjavah</code> is a new program
-     with similar functionality but different command line options.
+     with similar functionality but different command-line options.
      </li>
 
      <li> <code>grmic</code> and <code>grmiregistry</code> have been
@@ -515,10 +515,10 @@
 <h2>Other significant improvements</h2>
 
   <ul>
-    <li><p>The compiler's <code>--help</code> command line option has
+    <li><p>The compiler's <code>--help</code> command-line option has
     been extended so that it now takes an optional set of arguments.
     These arguments restrict the information displayed to specific
-    classes of command line options, and possibly only a subset of
+    classes of command-line options, and possibly only a subset of
     those options.  It is also now possible to replace the descriptive
     text associated with each displayed option with an indication of
     its current value, or for binary options, whether it has been
Index: projects/cpplib.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cpplib.html,v
retrieving revision 1.21
diff -u -3 -p -r1.21 cpplib.html
--- projects/cpplib.html	30 Oct 2002 17:33:29 -0000	1.21
+++ projects/cpplib.html	19 Sep 2007 22:36:02 -0000
@@ -173,7 +173,7 @@ string and character constants.</p>
 
   <li>Each file referenced by the compiler may state its own character
       set with a <code>#pragma</code>, or rely on the default
-      established by the user with locale or a command line option.
+      established by the user with locale or a command-line option.
       The <code>#pragma</code>, if used, must be the first line in
       the file.  This will not prevent the multiple include
       optimization from working.  GCC will also recognize MULE
Index: projects/documentation.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/documentation.html,v
retrieving revision 1.4
diff -u -3 -p -r1.4 documentation.html
--- projects/documentation.html	5 Jun 2005 19:45:23 -0000	1.4
+++ projects/documentation.html	19 Sep 2007 22:36:02 -0000
@@ -189,7 +189,7 @@ performance is not important, change the
 <h2><a name="improve_manual_index">Improve the indexing
 of the GCC manual.</a></h2>
 
-<p>All command line options should be indexed, and there should be index
+<p>All command-line options should be indexed, and there should be index
 entries for the text of all error messages that might be confusing, if
 there is a relevant part of the manual.  See a <a
 href="http://gcc.gnu.org/ml/gcc-bugs/2001-02/msg00384.html">message to

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-29 15:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-29 17:36 [wwwdocs] "command line" -> "command-line" Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).