Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2019 04:18:14 +0000 (UTC)
From:      Stephen Gregoratto <sg@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r53391 - head/share/xml
Message-ID:  <201909110418.x8B4IEcU039250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sg
Date: Wed Sep 11 04:18:14 2019
New Revision: 53391
URL: https://svnweb.freebsd.org/changeset/doc/53391

Log:
  amend r:53390 Fix copy-paste entity name for sg@

Modified:
  head/share/xml/authors.ent

Modified: head/share/xml/authors.ent
==============================================================================
--- head/share/xml/authors.ent	Wed Sep 11 04:04:50 2019	(r53390)
+++ head/share/xml/authors.ent	Wed Sep 11 04:18:14 2019	(r53391)
@@ -2172,8 +2172,8 @@
 <!ENTITY a.sf "Satsuki FUJISHIMA">
 <!ENTITY a.sf.email "&a.sf; <email xmlns='http://docbook.org/ns/docbook'>sf@FreeBSD.org</email>">;
 
-<!ENTITY a.sf "Stephen Gregoratto">
-<!ENTITY a.sf.email "&a.sf; <email xmlns='http://docbook.org/ns/docbook'>sg@FreeBSD.org</email>">;
+<!ENTITY a.sg "Stephen Gregoratto">
+<!ENTITY a.sg.email "&a.sg; <email xmlns='http://docbook.org/ns/docbook'>sg@FreeBSD.org</email>">;
 
 <!ENTITY a.sgalabov "Stanislav Galabov">
 <!ENTITY a.sgalabov.email "&a.sgalabov; <email xmlns='http://docbook.org/ns/docbook'>sgalabov@FreeBSD.org</email>">;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909110418.x8B4IEcU039250>