diff mbox

[wwwdocs] Shorten intro in gcc-7/porting_to.html

Message ID alpine.LSU.2.20.1703042124190.2487@anthias.pfeifer.com
State New
Headers show

Commit Message

Gerald Pfeifer March 4, 2017, 8:26 p.m. UTC
While creating gcc-8/porting_to.html I noticed the introduction
we've been using is really a bit verbose.  This makes it a little
shorter and is aligned with what I put in gcc-8/porting.html.

Committed.

Gerald
diff mbox

Patch

Index: gcc-7/porting_to.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/porting_to.html,v
retrieving revision 1.9
diff -u -r1.9 porting_to.html
--- gcc-7/porting_to.html	25 Feb 2017 16:38:29 -0000	1.9
+++ gcc-7/porting_to.html	4 Mar 2017 20:24:19 -0000
@@ -18,10 +18,9 @@ 
 </p>
 
 <p>
-However, some of these changes are visible, and can cause grief to
-users porting to GCC 7. This document is an effort to identify major
-issues and provide clear solutions in a quick and easily searched
-manner. Additions and suggestions for improvement are welcome.
+However, some of these changes are user visible and can cause grief when
+porting to GCC 7. This document is an effort to identify common issues
+and provide solutions. Let us know if you have suggestions for improvements!
 </p>