diff options
author | Michael Adam <obnox@samba.org> | 2013-01-14 17:05:05 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-01-15 14:49:19 +0100 |
commit | c9b95eb205abbdb77960eb0419937512358f7e64 (patch) | |
tree | b7abc4d6fc1c08496570d97ada18be861cf57e93 /docs-xml/build | |
parent | d61d2af3727a19cc4ddc88ec2faa8aafff9c7422 (diff) | |
download | samba-c9b95eb205abbdb77960eb0419937512358f7e64.tar.gz |
docs: add an entity stdarg.option for the "--option" command line parameter
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'docs-xml/build')
-rw-r--r-- | docs-xml/build/DTD/samba.entities | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs-xml/build/DTD/samba.entities b/docs-xml/build/DTD/samba.entities index c7e46c206f8..628dfa79d89 100644 --- a/docs-xml/build/DTD/samba.entities +++ b/docs-xml/build/DTD/samba.entities @@ -241,6 +241,18 @@ log.smbd, etc...). The log file is never removed by the client. </para></listitem> </varlistentry>'> +<!ENTITY stdarg.option ' +<varlistentry> +<term>--option=<name>=<value></term> +<listitem><para>Set the +<citerefentry><refentrytitle>smb.conf</refentrytitle> +<manvolnum>5</manvolnum></citerefentry> +option "<name>" to value "<value>" from the command line. +This overrides compiled-in defaults and options read from the configuration +file. +</para></listitem> +</varlistentry>'> + <!ENTITY popt.common.samba ' &stdarg.version; &stdarg.configfile; |