diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-26 12:21:54 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-26 12:21:54 +0200 |
commit | f0599b9c2ee704f97dbea17262107c55f527bbf0 (patch) | |
tree | a538a307f976740f05998c9c00e0e9c1952f426f /doc/apt.ent | |
parent | e878aedb8b53b311295a2df55ce5e865b1ad92b9 (diff) |
[ Nicolas François ]
* doc/*.?.xml (manpages):
- add contrib to author tags and also add refmiscinfo to fix warnings
Diffstat (limited to 'doc/apt.ent')
-rw-r--r-- | doc/apt.ent | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/doc/apt.ent b/doc/apt.ent index 4cfc00069..43ac2f8e5 100644 --- a/doc/apt.ent +++ b/doc/apt.ent @@ -158,7 +158,10 @@ <!ENTITY apt-docinfo " <refentryinfo> <address><email>apt@packages.debian.org</email></address> - <author><firstname>Jason</firstname> <surname>Gunthorpe</surname></author> + <author> + <firstname>Jason</firstname> <surname>Gunthorpe</surname> + <contrib></contrib> + </author> <copyright><year>1998-2001</year> <holder>Jason Gunthorpe</holder></copyright> <date>28 October 2008</date> <productname>Linux</productname> @@ -176,6 +179,7 @@ <author> <firstname>Jason</firstname> <surname>Gunthorpe</surname> + <contrib></contrib> </author> "> @@ -183,12 +187,14 @@ <author> <firstname>Mike</firstname> <surname>O'Connor</surname> + <contrib></contrib> </author> "> <!ENTITY apt-author.team " <author> <othername>APT team</othername> + <contrib></contrib> </author> "> @@ -196,25 +202,6 @@ <productname>Linux</productname> "> -<!ENTITY apt-email " - <address> - <email>apt@packages.debian.org</email> - </address> -"> - -<!ENTITY apt-author.jgunthorpe " - <author> - <firstname>Jason</firstname> - <surname>Gunthorpe</surname> - </author> -"> - -<!ENTITY apt-author.team " - <author> - <othername>APT team</othername> - </author> -"> - <!ENTITY apt-copyright " <copyright> <holder>Jason Gunthorpe</holder> |