diff options
Diffstat (limited to 'docs/docbook/smbdotconf/logging/syslogonly.xml')
-rw-r--r-- | docs/docbook/smbdotconf/logging/syslogonly.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/docbook/smbdotconf/logging/syslogonly.xml b/docs/docbook/smbdotconf/logging/syslogonly.xml index a955306fe0..2b584d8d6d 100644 --- a/docs/docbook/smbdotconf/logging/syslogonly.xml +++ b/docs/docbook/smbdotconf/logging/syslogonly.xml @@ -1,9 +1,12 @@ -<samba:parameter xmlns:samba="http://samba.org/common"> - <term><anchor id="SYSLOGONLY"/>syslog only (G)</term> - <listitem><para>If this parameter is set then Samba debug - messages are logged into the system syslog only, and not to - the debug log files.</para> +<samba:parameter name="syslog only" + context="G" + developer="1" advanced="1" + xmlns:samba="http://samba.org/common"> +<listitem> + <para>If this parameter is set then Samba debug + messages are logged into the system syslog only, and not to + the debug log files.</para> - <para>Default: <command moreinfo="none">syslog only = no</command></para> - </listitem> - </samba:parameter> + <para>Default: <command moreinfo="none">syslog only = no</command></para> +</listitem> +</samba:parameter> |