diff options
author | Michael Adam <obnox@samba.org> | 2013-01-14 17:08:30 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-01-15 14:49:19 +0100 |
commit | 2d30e5deaf731839402b47751683d2c0e32d2bc7 (patch) | |
tree | 05494536e07cd29d1b2de86d288b22b94d843ae3 /docs-xml | |
parent | 2ab3a96d262f60d26a8cd16dded3296889ab7f3f (diff) | |
download | samba-2d30e5deaf731839402b47751683d2c0e32d2bc7.tar.gz |
docs: add popt.common.samba.server and popt.common.samba.client entities
These are comprised by the popt.common.samba entity and the stdarg.server.debug
or the stdarg.client.debut entity, respectively.
The difference is only in the default value of the debug level setting.
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/build/DTD/samba.entities | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs-xml/build/DTD/samba.entities b/docs-xml/build/DTD/samba.entities index 32bd097ba64..c9c67446a43 100644 --- a/docs-xml/build/DTD/samba.entities +++ b/docs-xml/build/DTD/samba.entities @@ -260,6 +260,17 @@ file. &stdarg.option; '> +<!ENTITY popt.common.samba.client ' +&stdarg.client.debug; +&popt.common.samba; +'> + +<!ENTITY popt.common.samba.server ' +&stdarg.server.debug; +&popt.common.samba; +'> + + <!ENTITY stdarg.resolve.order ' <varlistentry> <term>-R|--name-resolve <name resolve order></term> |