This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Installed.

Gerald


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

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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]