svn commit: r53391 - head/share/xml

Stephen Gregoratto sg at FreeBSD.org
Wed Sep 11 04:18:14 UTC 2019


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 at FreeBSD.org</email>">
 
-<!ENTITY a.sf "Stephen Gregoratto">
-<!ENTITY a.sf.email "&a.sf; <email xmlns='http://docbook.org/ns/docbook'>sg at FreeBSD.org</email>">
+<!ENTITY a.sg "Stephen Gregoratto">
+<!ENTITY a.sg.email "&a.sg; <email xmlns='http://docbook.org/ns/docbook'>sg at FreeBSD.org</email>">
 
 <!ENTITY a.sgalabov "Stanislav Galabov">
 <!ENTITY a.sgalabov.email "&a.sgalabov; <email xmlns='http://docbook.org/ns/docbook'>sgalabov at FreeBSD.org</email>">


More information about the svn-doc-head mailing list