Remove experimental processing instructions that, in theory, caused no

problems and did no harm.  They were literally harmless.  Wouldn't hurt
a fly.  Helped old ladies across the street.  Certainly would not cause
any trouble with XML documents, no sir.

Sponsored by:	iXsystems
This commit is contained in:
Warren Block 2017-08-18 20:31:33 +00:00
parent 5644af9e6a
commit 4ab7310279
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50690

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
"http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> <?no-translate start?>%pgpkeys;<?no-translate end?>
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys;
]>
<!--
@ -52,24 +52,24 @@
<sect1 xml:id="pgpkeys-officers">
<title>Officers</title>
<?no-translate start?>&section.pgpkeys-officers;<?no-translate end?>
&section.pgpkeys-officers;
</sect1>
<sect1 xml:id="pgpkeys-core">
<title>Core Team Members</title>
<?no-translate start?>&section.pgpkeys-core;<?no-translate end?>
&section.pgpkeys-core;
</sect1>
<sect1 xml:id="pgpkeys-developers">
<title>Developers</title>
<?no-translate start?>&section.pgpkeys-developers;<?no-translate end?>
&section.pgpkeys-developers;
</sect1>
<sect1 xml:id="pgpkeys-other">
<title>Other Cluster Account Holders</title>
<?no-translate start?>&section.pgpkeys-other;<?no-translate end?>
&section.pgpkeys-other;
</sect1>
</article>