diff options
author | John Terpstra <jht@samba.org> | 2006-11-26 14:14:19 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:22 -0500 |
commit | 03e864b272e283a7cc5c72c22e8659148244419a (patch) | |
tree | 6ed14f159a1679f4c4116d7121d8e8b5a9ce4f0b | |
parent | da92b3d1dbd8d9afc3955101cc9743bb34ffc2ae (diff) | |
download | samba-03e864b272e283a7cc5c72c22e8659148244419a.tar.gz samba-03e864b272e283a7cc5c72c22e8659148244419a.tar.bz2 samba-03e864b272e283a7cc5c72c22e8659148244419a.zip |
Edits by monyo.
(This used to be commit 6487517a5d0dec6d07096bf3ccbc8fa74753c03f)
-rw-r--r-- | docs/smbdotconf/filename/maparchive.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/logging/maxlogsize.xml | 2 | ||||
-rw-r--r-- | docs/smbdotconf/logon/logonpath.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/smbdotconf/filename/maparchive.xml b/docs/smbdotconf/filename/maparchive.xml index 35169f97f3..ead72cf25a 100644 --- a/docs/smbdotconf/filename/maparchive.xml +++ b/docs/smbdotconf/filename/maparchive.xml @@ -7,7 +7,7 @@ This controls whether the DOS archive attribute should be mapped to the UNIX owner execute bit. The DOS archive bit is set when a file has been modified since its last backup. One - motivation for this option it to keep Samba/your PC from making + motivation for this option is to keep Samba/your PC from making any file it touches from becoming executable under UNIX. This can be quite annoying for shared source code, documents, etc... </para> diff --git a/docs/smbdotconf/logging/maxlogsize.xml b/docs/smbdotconf/logging/maxlogsize.xml index 686185c70a..3d5239ccdf 100644 --- a/docs/smbdotconf/logging/maxlogsize.xml +++ b/docs/smbdotconf/logging/maxlogsize.xml @@ -14,5 +14,5 @@ </para> </description> <value type="default">5000</value> -<value type="default">1000</value> +<value type="example">1000</value> </samba:parameter> diff --git a/docs/smbdotconf/logon/logonpath.xml b/docs/smbdotconf/logon/logonpath.xml index f281284d70..f0a3817106 100644 --- a/docs/smbdotconf/logon/logonpath.xml +++ b/docs/smbdotconf/logon/logonpath.xml @@ -13,7 +13,7 @@ <para> This option takes the standard substitutions, allowing you to have separate logon scripts for each user or - machine. It also specifies the directory from which the "Application Data", (<filename + machine. It also specifies the directory from which the "Application Data", <filename moreinfo="none">desktop</filename>, <filename moreinfo="none">start menu</filename>, <filename moreinfo="none">network neighborhood</filename>, <filename moreinfo="none">programs</filename> and other folders, and their contents, are loaded and displayed on your Windows NT client. @@ -46,7 +46,7 @@ over-ride the parameter value present in the smb.conf file. Any error present in the passdb backend account record must be editted using the appropriate tool (pdbedit on the command-line, or any other locally - provided system tool. + provided system tool). </para></warning> <para>Note that this option is only useful if Samba is set up as a domain controller.</para> |