summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/filename/mangledmap.xml
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-10-10 16:21:39 +0000
committerGerald Carter <jerry@samba.org>2003-10-10 16:21:39 +0000
commit510064b14e8fddafe615f8c707023fcc3f84f094 (patch)
tree3996016a2dbb315f4e3815c3ea1b168448bc7b70 /docs/docbook/smbdotconf/filename/mangledmap.xml
parent6cd6f508aa12468950d68567000db33651192a22 (diff)
downloadsamba-510064b14e8fddafe615f8c707023fcc3f84f094.tar.gz
samba-510064b14e8fddafe615f8c707023fcc3f84f094.tar.bz2
samba-510064b14e8fddafe615f8c707023fcc3f84f094.zip
removing docs from HEAD
(This used to be commit 820903ef5a062b4b9824c33ee035c68a39c8eeb0)
Diffstat (limited to 'docs/docbook/smbdotconf/filename/mangledmap.xml')
-rw-r--r--docs/docbook/smbdotconf/filename/mangledmap.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/docbook/smbdotconf/filename/mangledmap.xml b/docs/docbook/smbdotconf/filename/mangledmap.xml
deleted file mode 100644
index e790fa877d..0000000000
--- a/docs/docbook/smbdotconf/filename/mangledmap.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<samba:parameter name="mangled map"
- context="S"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>This is for those who want to directly map UNIX
- file names which cannot be represented on Windows/DOS. The mangling
- of names is not always what is needed. In particular you may have
- documents with file extensions that differ between DOS and UNIX.
- For example, under UNIX it is common to use <filename moreinfo="none">.html</filename>
- for HTML files, whereas under Windows/DOS <filename moreinfo="none">.htm</filename>
- is more commonly used.</para>
-
- <para>So to map <filename moreinfo="none">html</filename> to <filename moreinfo="none">htm</filename>
- you would use:</para>
-
- <para><command moreinfo="none">mangled map = (*.html *.htm)</command></para>
-
- <para>One very useful case is to remove the annoying <filename moreinfo="none">;1
- </filename> off the ends of filenames on some CDROMs (only visible
- under some UNIXes). To do this use a map of (*;1 *;).</para>
-
- <para>Default: <emphasis>no mangled map</emphasis></para>
-
- <para>Example: <command moreinfo="none">mangled map = (*;1 *;)</command></para>
-</listitem>
-</samba:parameter>