Hi,

I have noticed a problem with email addresses in the “Standard Mailing
Lists” section of maintain.texi.

TIA,

--
Mathieu Lirzin

>From e013b848af8bd29f9c6d38e4779542d50f8bd955 Mon Sep 17 00:00:00 2001
From: Mathieu Lirzin <[email protected]>
Date: Tue, 22 Dec 2015 14:18:22 +0100
Subject: [PATCH] maintain: Use full email addresses for mailing lists.

* maintain.texi (Standard Mailing Lists): Use full email addresses.
---
 ChangeLog     |  4 ++++
 maintain.texi | 12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f378498..e424951 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-12-22  Mathieu Lirzin  <[email protected]>
+
+	* maintain.texi (Standard Mailing Lists): Use full email addresses.
+
 2015-04-23  Karl Berry  <[email protected]>
 
 	* standards.texi (@copying),
diff --git a/maintain.texi b/maintain.texi
index a63c428..76e126e 100644
--- a/maintain.texi
+++ b/maintain.texi
@@ -5,7 +5,7 @@
 @c For double-sided printing, uncomment:
 @c @setchapternewpage odd
 @c This date is automagically updated when you save this file:
-@set lastupdate May 7, 2015
+@set lastupdate December 22, 2015
 @c %**end of header
 
 @dircategory GNU organization
@@ -1182,14 +1182,14 @@ reports.
 
 @cindex help for users, mailing list for
 Some GNU programs with many users have another mailing list,
-@samp{help-@var{package}.org}, for people to ask other users for help.
-If your program has many users, you should create such a list for it.
-For a fairly new program, which doesn't have a large user base yet, it
-is better not to bother with this.
+@samp{help-@var{package}@@gnu.org}, for people to ask other users for help.
+If your program has many users, you should create such a list for it.  For a
+fairly new program, which doesn't have a large user base yet, it is better not
+to bother with this.
 
 @cindex announcements, mailing list for
 If you wish, you can also have a mailing list
-@samp{info-@var{package}} for announcements (@pxref{Announcements}).
+@samp{info-@var{package}@@gnu.org} for announcements (@pxref{Announcements}).
 Any other mailing lists you find useful can also be created.
 
 The package distribution should state the name of all the package's
-- 
2.6.4

Reply via email to