diff mbox

[wwwdocs] Describe how to change one's forwarding e-mail address

Message ID alpine.LFD.2.02.1102160023180.2792@ybpnyubfg6.ybpnyqbznva6
State New
Headers show

Commit Message

Gerald Pfeifer Feb. 15, 2011, 11:25 p.m. UTC
Installed.

Gerald


Add a new section "Tips&Tricks around your account" and describe how to
change the forwarding e-mail address.
diff mbox

Patch

Index: svnwrite.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svnwrite.html,v
retrieving revision 1.23
diff -u -r1.23 svnwrite.html
--- svnwrite.html	6 Feb 2011 03:10:18 -0000	1.23
+++ svnwrite.html	15 Feb 2011 23:22:22 -0000
@@ -29,6 +29,7 @@ 
   <li><a href="#checkin">Checking in a change</a></li>
   <li><a href="#example">Example check-in session</a></li>
   <li><a href="#branches">Creating and using branches</a></li>
+  <li><a href="#account">Tips&amp;Tricks around your account</a></li>
 </ol>
 
 <hr />
@@ -406,5 +407,17 @@ 
 do not copy the entire set of ChangeLog entries.  Just use something
 like "Merge from mainline" or similar.</p>
 
+<hr />
+<h2><a name="account">Tips&amp;Tricks around your account</a></h2>
+
+<p>If you ever need to change the address e-mail to
+<i>username</i>@gcc.gnu.org is forwarded to, you can easily do so
+using</p>
+<blockquote><pre>
+ssh <i>username</i>@gcc.gnu.org email mynewaddress@example.com
+</pre></blockquote>
+
+
 </body>
 </html>