diff options
author | Michael Adam <obnox@samba.org> | 2013-01-14 17:12:51 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-01-15 14:49:19 +0100 |
commit | 2ab3a96d262f60d26a8cd16dded3296889ab7f3f (patch) | |
tree | 17b87aeddf13d804dd00b52ea6274fec348ee300 /docs-xml/build | |
parent | e3db3db784085bb2fedbf3063154b7cd77630e59 (diff) | |
download | samba-2ab3a96d262f60d26a8cd16dded3296889ab7f3f.tar.gz samba-2ab3a96d262f60d26a8cd16dded3296889ab7f3f.tar.bz2 samba-2ab3a96d262f60d26a8cd16dded3296889ab7f3f.zip |
docs: fix the stdarg.configfile entity to print a "=" sign after the long option
This makes the appearance equal to the other options like --debuglevel or
--log-basename.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/build/DTD/samba.entities b/docs-xml/build/DTD/samba.entities index 2653f41e69..32bd097ba6 100644 --- a/docs-xml/build/DTD/samba.entities +++ b/docs-xml/build/DTD/samba.entities @@ -214,7 +214,7 @@ in the &smb.conf; file.</para> <!ENTITY stdarg.configfile ' <varlistentry> -<term>-s|--configfile <configuration file></term> +<term>-s|--configfile=<configuration file></term> <listitem><para>The file specified contains the configuration details required by the server. The information in this file includes server-specific |