diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-05-26 20:31:37 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-05-26 20:31:37 +0000 |
commit | 16592b646e5247ce288411fbfa1e4af77f36cbe0 (patch) | |
tree | a8935f43186f437352c865ee9f45dd331c95a2c7 /docs | |
parent | 8b1dac4c6973843f2a1c7769aeac9bee026b10ea (diff) | |
download | samba-16592b646e5247ce288411fbfa1e4af77f36cbe0.tar.gz samba-16592b646e5247ce288411fbfa1e4af77f36cbe0.tar.bz2 samba-16592b646e5247ce288411fbfa1e4af77f36cbe0.zip |
Add entities for 'not' and 'rootprompt'
(This used to be commit 0313c59364bacca8601469f8b0327f3ae94457ff)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/global.ent | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docbook/global.ent b/docs/docbook/global.ent index 0ff0c9a5cf..69924d7c94 100644 --- a/docs/docbook/global.ent +++ b/docs/docbook/global.ent @@ -503,3 +503,5 @@ an Active Directory environment. <!ENTITY Further-Resources SYSTEM "projdoc/Further-Resources.xml"> <!ENTITY not.implemented "<note><para>Currently NOT implemented.</para></note>"> +<!ENTITY not "<emphasis>NOT</emphasis>"> +<!ENTITY rootprompt "<prompt>root# </prompt>"> |