public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/29972] typos in the manual
  2006-11-24 16:17 [Bug other/29972] New: typos in the manual Ralf dot Wildenhues at gmx dot de
@ 2006-11-24 16:17 ` Ralf dot Wildenhues at gmx dot de
  2006-11-25  2:01 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Ralf dot Wildenhues at gmx dot de @ 2006-11-24 16:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from Ralf dot Wildenhues at gmx dot de  2006-11-24 16:17 -------
Created an attachment (id=12683)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12683&action=view)
typos (against trunk)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29972


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug other/29972]  New: typos in the manual
@ 2006-11-24 16:17 Ralf dot Wildenhues at gmx dot de
  2006-11-24 16:17 ` [Bug other/29972] " Ralf dot Wildenhues at gmx dot de
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Ralf dot Wildenhues at gmx dot de @ 2006-11-24 16:17 UTC (permalink / raw)
  To: gcc-bugs

Updated patch of http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00236.html
with some en_us/en_uk differences dropped, and a couple of new typos.


-- 
           Summary: typos in the manual
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Ralf dot Wildenhues at gmx dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29972


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug other/29972] typos in the manual
  2006-11-24 16:17 [Bug other/29972] New: typos in the manual Ralf dot Wildenhues at gmx dot de
  2006-11-24 16:17 ` [Bug other/29972] " Ralf dot Wildenhues at gmx dot de
@ 2006-11-25  2:01 ` pinskia at gcc dot gnu dot org
  2006-11-25  9:09 ` Ralf dot Wildenhues at gmx dot de
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-11-25  2:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-11-25 02:01 -------
-These nodes represent logical and and logical or, respectively.  These
+These nodes represent logical and @w{}and logical or, respectively.  These

Maybe this should be :
These nodes represent logical @code{and} and logical @code{or}, respectively. 
These


-enclosed list if compound literal's and object types match.
+enclosed list if compound literals and object types match.
This is should rather be:
enclosed list if compound literal's and object's types match.

it is the types that should match and they belong to the compound literal and
the object.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |documentation


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29972


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug other/29972] typos in the manual
  2006-11-24 16:17 [Bug other/29972] New: typos in the manual Ralf dot Wildenhues at gmx dot de
  2006-11-24 16:17 ` [Bug other/29972] " Ralf dot Wildenhues at gmx dot de
  2006-11-25  2:01 ` pinskia at gcc dot gnu dot org
@ 2006-11-25  9:09 ` Ralf dot Wildenhues at gmx dot de
  2007-01-22 23:07 ` Ralf dot Wildenhues at gmx dot de
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Ralf dot Wildenhues at gmx dot de @ 2006-11-25  9:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from Ralf dot Wildenhues at gmx dot de  2006-11-25 09:09 -------
Created an attachment (id=12685)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12685&action=view)
updated patch

> enclosed list if compound literal's and object's types match.

How about this one instead, it seems much clearer to me:
+enclosed list if the types of the compound literal and the object match.

Updated patch.


-- 

Ralf dot Wildenhues at gmx dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12683|0                           |1
        is obsolete|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29972


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug other/29972] typos in the manual
  2006-11-24 16:17 [Bug other/29972] New: typos in the manual Ralf dot Wildenhues at gmx dot de
                   ` (2 preceding siblings ...)
  2006-11-25  9:09 ` Ralf dot Wildenhues at gmx dot de
@ 2007-01-22 23:07 ` Ralf dot Wildenhues at gmx dot de
  2007-11-13  4:17 ` manu at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Ralf dot Wildenhues at gmx dot de @ 2007-01-22 23:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from Ralf dot Wildenhues at gmx dot de  2007-01-22 23:06 -------
Created an attachment (id=12935)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12935&action=view)
updated updated updated patch


-- 

Ralf dot Wildenhues at gmx dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12685|0                           |1
        is obsolete|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29972


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug other/29972] typos in the manual
  2006-11-24 16:17 [Bug other/29972] New: typos in the manual Ralf dot Wildenhues at gmx dot de
                   ` (3 preceding siblings ...)
  2007-01-22 23:07 ` Ralf dot Wildenhues at gmx dot de
@ 2007-11-13  4:17 ` manu at gcc dot gnu dot org
  2007-11-13  4:36 ` manu at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: manu at gcc dot gnu dot org @ 2007-11-13  4:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from manu at gcc dot gnu dot org  2007-11-13 04:17 -------
Has this patch been applied? If not, please send it to gcc-patches.


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu dot org
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29972


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug other/29972] typos in the manual
  2006-11-24 16:17 [Bug other/29972] New: typos in the manual Ralf dot Wildenhues at gmx dot de
                   ` (4 preceding siblings ...)
  2007-11-13  4:17 ` manu at gcc dot gnu dot org
@ 2007-11-13  4:36 ` manu at gcc dot gnu dot org
  2008-02-04  1:27 ` gerald at gcc dot gnu dot org
  2008-02-06  7:34 ` Ralf dot Wildenhues at gmx dot de
  7 siblings, 0 replies; 9+ messages in thread
From: manu at gcc dot gnu dot org @ 2007-11-13  4:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from manu at gcc dot gnu dot org  2007-11-13 04:36 -------
Most of the typos are gone. And updated patch:

Index: gcc/doc/passes.texi
===================================================================
--- gcc/doc/passes.texi (revision 130092)
+++ gcc/doc/passes.texi (working copy)
@@ -490,7 +490,7 @@
 @item Folding built-in functions

 This pass simplifies built-in functions, as applicable, with constant
-arguments or with inferrable string lengths.  It is located in
+arguments or with inferable string lengths.  It is located in
 @file{tree-ssa-ccp.c} and is described by @code{pass_fold_builtins}.

 @item Split critical edges
Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi (revision 130092)
+++ gcc/doc/invoke.texi (working copy)
@@ -1786,7 +1786,7 @@
 of the language, you can save some space by using this flag.  Note that
 exception handling uses the same information, but it will generate it as
 needed. The @samp{dynamic_cast} operator can still be used for casts that
-do not require runtime type information, i.e. casts to @code{void *} or to
+do not require runtime type information, i.e., casts to @code{void *} or to
 unambiguous base classes.

 @item -fstats
@@ -6716,7 +6716,7 @@
 For small units this might be too tight (consider unit consisting of function
A
 that is inline and B that just calls A three time.  If B is small relative to
 A, the growth of unit is 300\% and yet such inlining is very sane.  For very
-large units consisting of small inlininable functions however the overall unit
+large units consisting of small inlineable functions however the overall unit
 growth limit is needed to avoid exponential explosion of code size.  Thus for
 smaller units, the size is increased to @option{--param large-unit-insns}
 before applying @option{--param inline-unit-growth}.  The default is 10000
@@ -7077,7 +7077,7 @@
 @item integer-share-limit
 Small integer constants can use a shared data structure, reducing the
 compiler's memory usage and increasing its speed.  This sets the maximum
-value of a shared integer constant's.  The default value is 256.
+value of a shared integer constant.  The default value is 256.

 @item min-virtual-mappings
 Specifies the minimum number of virtual mappings in the incremental
@@ -7092,7 +7092,7 @@
 ratio is 3.

 @item ssp-buffer-size
-The minimum size of buffers (i.e. arrays) that will receive stack smashing
+The minimum size of buffers (i.e., arrays) that will receive stack smashing
 protection when @option{-fstack-protection} is used.

 @item max-jump-thread-duplication-stmts
@@ -10049,7 +10049,7 @@
 @option{--with-ld} configure option, GCC's program search path, and
 finally by the user's @env{PATH}.  The linker used by GCC can be printed
 using @samp{which `gcc -print-prog-name=ld`}.  This option is only available
-on the 64 bit HP-UX GCC, i.e. configured with @samp{hppa*64*-*-hpux*}.
+on the 64 bit HP-UX GCC, i.e., configured with @samp{hppa*64*-*-hpux*}.

 @item -mhp-ld
 @opindex hp-ld
@@ -10062,7 +10062,7 @@
 configure option, GCC's program search path, and finally by the user's
 @env{PATH}.  The linker used by GCC can be printed using @samp{which
 `gcc -print-prog-name=ld`}.  This option is only available on the 64 bit
-HP-UX GCC, i.e. configured with @samp{hppa*64*-*-hpux*}.
+HP-UX GCC, i.e., configured with @samp{hppa*64*-*-hpux*}.

 @item -mlong-calls
 @opindex mno-long-calls
@@ -10219,16 +10219,16 @@
 @item k6
 AMD K6 CPU with MMX instruction set support.
 @item k6-2, k6-3
-Improved versions of AMD K6 CPU with MMX and 3dNOW! instruction set support.
+Improved versions of AMD K6 CPU with MMX and 3dNOW!@: instruction set support.
 @item athlon, athlon-tbird
-AMD Athlon CPU with MMX, 3dNOW!, enhanced 3dNOW! and SSE prefetch instructions
+AMD Athlon CPU with MMX, 3dNOW!, enhanced 3dNOW!@: and SSE prefetch
instructions
 support.
 @item athlon-4, athlon-xp, athlon-mp
-Improved AMD Athlon CPU with MMX, 3dNOW!, enhanced 3dNOW! and full SSE
+Improved AMD Athlon CPU with MMX, 3dNOW!, enhanced 3dNOW!@: and full SSE
 instruction set support.
 @item k8, opteron, athlon64, athlon-fx
 AMD K8 core based CPUs with x86-64 instruction set support.  (This supersets
-MMX, SSE, SSE2, 3dNOW!, enhanced 3dNOW! and 64-bit instruction set
extensions.)
+MMX, SSE, SSE2, 3dNOW!, enhanced 3dNOW!@: and 64-bit instruction set
extensions.)
 @item k8-sse3, opteron-sse3, athlon64-sse3
 Improved versions of k8, opteron and athlon64 with SSE3 instruction set
support.
 @item amdfam10, barcelona
@@ -10239,10 +10239,10 @@
 IDT Winchip C6 CPU, dealt in same way as i486 with additional MMX instruction
 set support.
 @item winchip2
-IDT Winchip2 CPU, dealt in same way as i486 with additional MMX and 3dNOW!
+IDT Winchip2 CPU, dealt in same way as i486 with additional MMX and 3dNOW!@:
 instruction set support.
 @item c3
-Via C3 CPU with MMX and 3dNOW! instruction set support.  (No scheduling is
+Via C3 CPU with MMX and 3dNOW!@: instruction set support.  (No scheduling is
 implemented for this chip.)
 @item c3-2
 Via C3-2 CPU with MMX and SSE instruction set support.  (No scheduling is
@@ -10556,7 +10556,7 @@
 @opindex m3dnow
 @opindex mno-3dnow
 These switches enable or disable the use of instructions in the MMX,
-SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4A, SSE5, ABM or 3DNow! extended
+SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4A, SSE5, ABM or 3DNow!@: extended
 instruction sets.
 These extensions are also available as built-in functions: see
 @ref{X86 Built-in Functions}, for details of the functions enabled and
@@ -10910,7 +10910,7 @@
 @opindex mno-sched-control-spec
 @opindex msched-control-spec
 (Dis/En)able control speculative scheduling.  This feature is
-available only during region scheduling (i.e. before reload).
+available only during region scheduling (i.e., before reload).
 This will result in generation of the ld.s instructions and
 the corresponding check instructions chk.s .
 The default is 'disable'.
@@ -13228,7 +13228,7 @@
 @opindex msim
 On embedded PowerPC systems, assume that the startup module is called
 @file{sim-crt0.o} and that the standard C libraries are @file{libsim.a} and
-@file{libc.a}.  This is the default for @samp{powerpc-*-eabisim}.
+@file{libc.a}.  This is the default for @samp{powerpc-*-eabisim}
 configurations.

 @item -mmvme


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29972


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug other/29972] typos in the manual
  2006-11-24 16:17 [Bug other/29972] New: typos in the manual Ralf dot Wildenhues at gmx dot de
                   ` (5 preceding siblings ...)
  2007-11-13  4:36 ` manu at gcc dot gnu dot org
@ 2008-02-04  1:27 ` gerald at gcc dot gnu dot org
  2008-02-06  7:34 ` Ralf dot Wildenhues at gmx dot de
  7 siblings, 0 replies; 9+ messages in thread
From: gerald at gcc dot gnu dot org @ 2008-02-04  1:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from gerald at gcc dot gnu dot org  2008-02-04 01:26 -------
Subject: Bug 29972

Author: gerald
Date: Mon Feb  4 01:26:14 2008
New Revision: 132087

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132087
Log:
        PR other/29972
        * doc/invoke.texi (C++ Dialect Options, Optimize Options)
        (HPPA Options, i386 and x86-64 Options, IA-64 Options)
        (RS/6000 and PowerPC Options): Fix typos and markup.
        * doc/passes.texi (Tree-SSA passes): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/invoke.texi
    trunk/gcc/doc/passes.texi


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29972


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug other/29972] typos in the manual
  2006-11-24 16:17 [Bug other/29972] New: typos in the manual Ralf dot Wildenhues at gmx dot de
                   ` (6 preceding siblings ...)
  2008-02-04  1:27 ` gerald at gcc dot gnu dot org
@ 2008-02-06  7:34 ` Ralf dot Wildenhues at gmx dot de
  7 siblings, 0 replies; 9+ messages in thread
From: Ralf dot Wildenhues at gmx dot de @ 2008-02-06  7:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from Ralf dot Wildenhues at gmx dot de  2008-02-06 07:33 -------
Fixed.


-- 

Ralf dot Wildenhues at gmx dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29972


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-02-06  7:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-24 16:17 [Bug other/29972] New: typos in the manual Ralf dot Wildenhues at gmx dot de
2006-11-24 16:17 ` [Bug other/29972] " Ralf dot Wildenhues at gmx dot de
2006-11-25  2:01 ` pinskia at gcc dot gnu dot org
2006-11-25  9:09 ` Ralf dot Wildenhues at gmx dot de
2007-01-22 23:07 ` Ralf dot Wildenhues at gmx dot de
2007-11-13  4:17 ` manu at gcc dot gnu dot org
2007-11-13  4:36 ` manu at gcc dot gnu dot org
2008-02-04  1:27 ` gerald at gcc dot gnu dot org
2008-02-06  7:34 ` Ralf dot Wildenhues at gmx dot de

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).