diff options
author | Glen Barber <gjb@FreeBSD.org> | 2014-05-07 20:31:44 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2014-05-07 20:31:44 +0000 |
commit | 68c06f2a1169c76047c43e2f00f15aaf79f63942 (patch) | |
tree | cde24946cef96f5123cf71dd93ba49fe34b50640 /release/doc/share/xml/sponsor.ent | |
parent | 17021848d871f7226a622c7122b206c1b4e5152f (diff) | |
download | src-68c06f2a1169c76047c43e2f00f15aaf79f63942.tar.gz src-68c06f2a1169c76047c43e2f00f15aaf79f63942.zip |
Separate &darpa; entity and create &darpa_afrl to
avoid confusion.
Suggested by: rwatson
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=265607
Diffstat (limited to 'release/doc/share/xml/sponsor.ent')
-rw-r--r-- | release/doc/share/xml/sponsor.ent | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/release/doc/share/xml/sponsor.ent b/release/doc/share/xml/sponsor.ent index 39103e7b3e67..6e01090d3435 100644 --- a/release/doc/share/xml/sponsor.ent +++ b/release/doc/share/xml/sponsor.ent @@ -8,7 +8,10 @@ --> -<!ENTITY darpa "DARPA, AFRL"> +<!ENTITY afrl "AFRL"> + +<!ENTITY darpa "DARPA"> +<!ENTITY darpa_afrl "DARPA, AFRL"> <!ENTITY ff "The &os; Foundation"> <!ENTITY ff.url "https://www.FreeBSDFoundation.org/"> |