diff options
Diffstat (limited to 'docs/docbook/global.ent')
-rw-r--r-- | docs/docbook/global.ent | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/docs/docbook/global.ent b/docs/docbook/global.ent index cfcd44e50a..c71166b4d7 100644 --- a/docs/docbook/global.ent +++ b/docs/docbook/global.ent @@ -74,14 +74,6 @@ </affiliation> </author>'> -<!ENTITY author.mimir ' -<author> - <firstname>Rafal</firstname><surname>Szczesniak</surname> - <affiliation> - <orgname>Samba Team</orgname> - <address><email>mimir@samba.org</email></address> - </affiliation> -</author>'> <!-- URL's --> <!ENTITY url.samba.cvsinfo 'http://pserver.samba.org/samba/cvs.html'> @@ -106,6 +98,7 @@ <!-- Misc --> <!ENTITY samba.pub.cvshost 'pserver.samba.org'> +<!ENTITY percnt '%'> <!ENTITY stdarg.debug ' <varlistentry> @@ -366,15 +359,3 @@ an Active Directory environment. &stdarg.authfile; &stdarg.username; '> - -<!-- Entities for the various programs --> -<!ENTITY smbd '<application>smbd</application>'> -<!ENTITY nmbd '<application>nmbd</application>'> -<!ENTITY testparm '<application>testparm</application>'> -<!ENTITY smb.conf '<filename>smb.conf</filename>'> -<!ENTITY smbclient '<application>smbclient</application>'> -<!ENTITY winbindd '<application>winbindd</application>'> -<!ENTITY smbgroupedit '<application>smbgroupedit</application>'> - -<!-- We only need this for SGML, and not for XML... --> -<!ENTITY percnt '%'> |