docs/175925: [Patch] Add smh@ to doc
Christoph Mallon
christoph.mallon at gmx.de
Thu Feb 7 13:50:01 UTC 2013
>Number: 175925
>Category: docs
>Synopsis: [Patch] Add smh@ to doc
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Feb 07 13:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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 at 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 at FreeBSD.org</email>">
+<!ENTITY a.smh "Steven Hartland <email>smh at FreeBSD.org</email>">
+
<!ENTITY a.smkelly "Sean Kelly <email>smkelly at FreeBSD.org</email>">
<!ENTITY a.smpatel "Sujal Patel <email>smpatel at 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 at 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:
>Unformatted:
More information about the freebsd-doc
mailing list