diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-07 13:51:11 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-07 13:51:11 +0000 |
commit | 705db2effac38df9aaefa9cc6baa9614207b26af (patch) | |
tree | 948edb12409dc816903dd4b6004c7eabbe85dc8d /docs/docbook/projdoc/Bugs.sgml | |
parent | c6ffda4f7627c9596288cd7d4272f2d6a2cef593 (diff) | |
download | samba-705db2effac38df9aaefa9cc6baa9614207b26af.tar.gz samba-705db2effac38df9aaefa9cc6baa9614207b26af.tar.bz2 samba-705db2effac38df9aaefa9cc6baa9614207b26af.zip |
- Add &author.mimir; entity
- Several smaller layout and typo fixes
(This used to be commit 96aa93ea4f56ef069c3127547296581f8e0ce3bd)
Diffstat (limited to 'docs/docbook/projdoc/Bugs.sgml')
-rw-r--r-- | docs/docbook/projdoc/Bugs.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docbook/projdoc/Bugs.sgml b/docs/docbook/projdoc/Bugs.sgml index 9c6be75c8d..d3525f5f95 100644 --- a/docs/docbook/projdoc/Bugs.sgml +++ b/docs/docbook/projdoc/Bugs.sgml @@ -87,7 +87,7 @@ detail, but may use too much disk space. <para> To set the debug level use <command>log level =</command> in your -<filename>smb.conf</filename>. You may also find it useful to set the log +&smb.conf;. You may also find it useful to set the log level higher for just one machine and keep separate logs for each machine. To do this use: </para> @@ -102,17 +102,17 @@ include = /usr/local/samba/lib/smb.conf.%m then create a file <filename>/usr/local/samba/lib/smb.conf.<replaceable>machine</replaceable></filename> where <replaceable>machine</replaceable> is the name of the client you wish to debug. In that file -put any smb.conf commands you want, for example +put any &smb.conf; commands you want, for example <command>log level=</command> may be useful. This also allows you to experiment with different security systems, protocol levels etc on just one machine. </para> <para> -The <filename>smb.conf</filename> entry <command>log level =</command> +The &smb.conf; entry <command>log level =</command> is synonymous with the entry <command>debuglevel =</command> that has been used in older versions of Samba and is being retained for backwards -compatibility of <filename>smb.conf</filename> files. +compatibility of &smb.conf; files. </para> <para> |