summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-06-09 13:31:23 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-06-09 13:31:23 +0000
commite8361a41935c7e05dde4a46e63a94d82eb69ee04 (patch)
tree3c4e9793e81c5c8d3db89f5ddafec449b5da592e
parenta3c75aa4069e9ce1ba1d107cb833c9241690674f (diff)
downloadsamba-e8361a41935c7e05dde4a46e63a94d82eb69ee04.tar.gz
samba-e8361a41935c7e05dde4a46e63a94d82eb69ee04.tar.bz2
samba-e8361a41935c7e05dde4a46e63a94d82eb69ee04.zip
Fix up comment on netbios scopes, and remove paragraph about international
charsets, becouse it really don't apply well with Samba 3.0 and unicode. Andrew Bartlett (This used to be commit 43fdd20386a45587e7b739f5c48c9cddc5c98da3)
-rw-r--r--docs/docbook/projdoc/UNIX_INSTALL.sgml14
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/docbook/projdoc/UNIX_INSTALL.sgml b/docs/docbook/projdoc/UNIX_INSTALL.sgml
index 0c6eeb9e69..bc18fa19e3 100644
--- a/docs/docbook/projdoc/UNIX_INSTALL.sgml
+++ b/docs/docbook/projdoc/UNIX_INSTALL.sgml
@@ -316,8 +316,8 @@
<para>By default Samba uses a blank scope ID. This means
all your windows boxes must also have a blank scope ID.
If you really want to use a non-blank scope ID then you will
- need to use the -i &lt;scope&gt; option to nmbd, smbd, and
- smbclient. All your PCs will need to have the same setting for
+ need to use the 'netbios scope' smb.conf option.
+ All your PCs will need to have the same setting for
this to work. I do not recommend scope IDs.</para>
</sect2>
@@ -431,15 +431,5 @@
See the smb.conf man page for details.</para>
</sect2>
- <sect2>
- <title>Other Character Sets</title>
-
- <para>If you have problems using filenames with accented
- characters in them (like the German, French or Scandinavian
- character sets) then I recommend you look at the "valid chars"
- option in smb.conf and also take a look at the validchars
- package in the examples directory.</para>
- </sect2>
-
</sect1>
</chapter>