From christoph.mallon@gmx.de  Thu Feb  7 13:44:54 2013
Return-Path: <christoph.mallon@gmx.de>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 2021EFC4
	for <freebsd-gnats-submit@freebsd.org>; Thu,  7 Feb 2013 13:44:54 +0000 (UTC)
	(envelope-from christoph.mallon@gmx.de)
Received: from mout.gmx.net (mout.gmx.net [212.227.15.19])
	by mx1.freebsd.org (Postfix) with ESMTP id AAB8AF24
	for <freebsd-gnats-submit@freebsd.org>; Thu,  7 Feb 2013 13:44:53 +0000 (UTC)
Received: from mailout-de.gmx.net ([10.1.76.1]) by mrigmx.server.lan
 (mrigmx001) with ESMTP (Nemesis) id 0M7nFW-1Upn9421ei-00vMck for
 <FreeBSD-gnats-submit@freebsd.org>; Thu, 07 Feb 2013 14:44:46 +0100
Received: (qmail invoked by alias); 07 Feb 2013 13:44:46 -0000
Received: from p5B132387.dip.t-dialin.net (EHLO rotluchs.lokal) [91.19.35.135]
  by mail.gmx.net (mp001) with SMTP; 07 Feb 2013 14:44:46 +0100
Received: from tron by rotluchs.lokal with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <christoph.mallon@gmx.de>)
	id 1U3RmO-0006xW-3p
	for FreeBSD-gnats-submit@freebsd.org; Thu, 07 Feb 2013 14:44:44 +0100
Message-Id: <E1U3RmO-0006xW-3p@rotluchs.lokal>
Date: Thu, 07 Feb 2013 14:44:44 +0100
From: Christoph Mallon <christoph.mallon@gmx.de>
Reply-To: Christoph Mallon <christoph.mallon@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Patch] Add smh@ to doc
X-Send-Pr-Version: 3.114
X-GNATS-Notify: Steven Hartland <smh@FreeBSD.org>

>Number:         175925
>Category:       docs
>Synopsis:       [Patch] Add smh@ to doc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    smh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 07 13:50:00 UTC 2013
>Closed-Date:    Tue Feb 19 14:36:46 UTC 2013
>Last-Modified:  Tue Feb 19 14:36:46 UTC 2013
>Originator:     Christoph Mallon
>Release:        
>Organization:
>Environment:


	
>Description:
smh@ is missing his entries in the documentation.
>How-To-Repeat:
	
>Fix:
Apply the following patch.
Preferably smh@ does it himself, so I phrased the suggested commit log this way.

	

--- 0001-Add-myself.patch begins here ---
From 6a3a001cb1e31e7299a68cf9a6f65b46c02f0131 Mon Sep 17 00:00:00 2001
From: Steven Hartland <smh@FreeBSD.org>
Date: Mon, 14 Jan 2013 07:58:58 +0100

- Add my author entity, and list myself as a developer
- Add myself to the contributors list
- Add a news entry about me
---
 en_US.ISO8859-1/articles/contributors/contrib.committers.xml | 4 ++++
 share/xml/authors.ent                                        | 2 ++
 share/xml/developers.ent                                     | 1 +
 share/xml/news.xml                                           | 9 +++++++++
 4 files changed, 16 insertions(+)

diff --git a/en_US.ISO8859-1/articles/contributors/contrib.committers.xml b/en_US.ISO8859-1/articles/contributors/contrib.committers.xml
index 42ea20a..6bf4fbc 100644
--- a/en_US.ISO8859-1/articles/contributors/contrib.committers.xml
+++ b/en_US.ISO8859-1/articles/contributors/contrib.committers.xml
@@ -520,6 +520,10 @@
     </listitem>
 
     <listitem>
+      <para>&a.smh;</para>
+    </listitem>
+
+    <listitem>
       <para>&a.ehaupt;</para>
     </listitem>
 
diff --git a/share/xml/authors.ent b/share/xml/authors.ent
index 1d8c6ec..1b9b4c0 100644
--- a/share/xml/authors.ent
+++ b/share/xml/authors.ent
@@ -1206,6 +1206,8 @@
 
 <!ENTITY a.smace "Scott Mace <email>smace@FreeBSD.org</email>">
 
+<!ENTITY a.smh "Steven Hartland <email>smh@FreeBSD.org</email>">
+
 <!ENTITY a.smkelly "Sean Kelly <email>smkelly@FreeBSD.org</email>">
 
 <!ENTITY a.smpatel "Sujal Patel <email>smpatel@FreeBSD.org</email>">
diff --git a/share/xml/developers.ent b/share/xml/developers.ent
index 0012d13..5aa7f68 100644
--- a/share/xml/developers.ent
+++ b/share/xml/developers.ent
@@ -585,6 +585,7 @@ $FreeBSD$
 <!ENTITY a.skreuzer "Steven Kreuzer">
 <!ENTITY a.skv "Sergey Skvortsov">
 <!ENTITY a.smace "Scott Mace">
+<!ENTITY a.smh "Steven Hartland">
 <!ENTITY a.smkelly "Sean Kelly">
 <!ENTITY a.smpatel "Sujal Patel">
 <!ENTITY a.snb "Nick Barkas">
diff --git a/share/xml/news.xml b/share/xml/news.xml
index 8ec8e88..d88320c 100644
--- a/share/xml/news.xml
+++ b/share/xml/news.xml
@@ -250,6 +250,15 @@
       </day>
 
       <day>
+	<name>18</name>
+
+	<event>
+	  <p>New committer:
+	    <a href="mailto:smh@FreeBSD.org">Steven Hartland</a> (src)</p>
+	</event>
+      </day>
+
+      <day>
 	<name>17</name>
 
 	<event>
-- 
1.8.1.2
--- 0001-Add-myself.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->smh 
Responsible-Changed-By: smh 
Responsible-Changed-When: Sun Feb 17 21:53:34 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175925 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/175925: commit references a PR
Date: Mon, 18 Feb 2013 11:40:39 +0000 (UTC)

 Author: smh (src committer)
 Date: Mon Feb 18 11:40:31 2013
 New Revision: 41005
 URL: http://svnweb.freebsd.org/changeset/doc/41005
 
 Log:
   Add my author entity, and list myself as a developer
   Add myself to the contributors list
   Add a news entry about me
   
   PR:		docs/175925
   Submitted by:	Christoph Mallon
   Approved by:	pjd (mentor)
 
 Modified:
   head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml
   head/share/xml/authors.ent
   head/share/xml/developers.ent
   head/share/xml/news.xml
 
 Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml	Mon Feb 18 00:41:15 2013	(r41004)
 +++ head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml	Mon Feb 18 11:40:31 2013	(r41005)
 @@ -524,6 +524,10 @@
      </listitem>
  
      <listitem>
 +      <para>&a.smh;</para>
 +    </listitem>
 +
 +    <listitem>
        <para>&a.ehaupt;</para>
      </listitem>
  
 
 Modified: head/share/xml/authors.ent
 ==============================================================================
 --- head/share/xml/authors.ent	Mon Feb 18 00:41:15 2013	(r41004)
 +++ head/share/xml/authors.ent	Mon Feb 18 11:40:31 2013	(r41005)
 @@ -1220,6 +1220,8 @@
  
  <!ENTITY a.smace "Scott Mace <email>smace@FreeBSD.org</email>">
  
 +<!ENTITY a.smh "Steven Hartland <email>smh@FreeBSD.org</email>">
 +
  <!ENTITY a.smkelly "Sean Kelly <email>smkelly@FreeBSD.org</email>">
  
  <!ENTITY a.smpatel "Sujal Patel <email>smpatel@FreeBSD.org</email>">
 
 Modified: head/share/xml/developers.ent
 ==============================================================================
 --- head/share/xml/developers.ent	Mon Feb 18 00:41:15 2013	(r41004)
 +++ head/share/xml/developers.ent	Mon Feb 18 11:40:31 2013	(r41005)
 @@ -592,6 +592,7 @@ $FreeBSD$
  <!ENTITY a.skreuzer "Steven Kreuzer">
  <!ENTITY a.skv "Sergey Skvortsov">
  <!ENTITY a.smace "Scott Mace">
 +<!ENTITY a.smh "Steven Hartland">
  <!ENTITY a.smkelly "Sean Kelly">
  <!ENTITY a.smpatel "Sujal Patel">
  <!ENTITY a.snb "Nick Barkas">
 
 Modified: head/share/xml/news.xml
 ==============================================================================
 --- head/share/xml/news.xml	Mon Feb 18 00:41:15 2013	(r41004)
 +++ head/share/xml/news.xml	Mon Feb 18 11:40:31 2013	(r41005)
 @@ -221,6 +221,15 @@
        </day>
  
        <day>
 +	<name>18</name>
 +
 +	<event>
 +	  <p>New committer:
 +	    <a href="mailto:smh@FreeBSD.org">Steven Hartland</a> (src)</p>
 +	</event>
 +      </day>
 +
 +      <day>
  	<name>17</name>
  
  	<event>
 _______________________________________________
 svn-doc-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-doc-all
 To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: smh 
State-Changed-When: Tue Feb 19 14:36:45 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175925 
>Unformatted:
