diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-05-16 09:27:20 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-05-20 11:21:54 +0200 |
commit | a84c7455ae11ffeef3fc35f2774bad634837a7b6 (patch) | |
tree | 4db4dbb0bf22db4c9cada467ce5c3082ab796b62 /docs-xml | |
parent | bdcc7ddc1ec692a9c8420426b8b2413bf0f7e1a2 (diff) | |
download | samba-a84c7455ae11ffeef3fc35f2774bad634837a7b6.tar.gz samba-a84c7455ae11ffeef3fc35f2774bad634837a7b6.tar.bz2 samba-a84c7455ae11ffeef3fc35f2774bad634837a7b6.zip |
man pages: Remove man page for 'mangled map'.
'mangled map' has been removed with dee8beba7a92b8a3f68bbcc59fd0a827f68c7736.
Karolin
(cherry picked from commit d9b4e500675a378daba50d12cd638a245aa78b72)
(This used to be commit 48bf0b42a7d3829d476a50b4f6f80022279b4e49)
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/filename/mangledmap.xml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/docs-xml/smbdotconf/filename/mangledmap.xml b/docs-xml/smbdotconf/filename/mangledmap.xml deleted file mode 100644 index b4be3a80d2..0000000000 --- a/docs-xml/smbdotconf/filename/mangledmap.xml +++ /dev/null @@ -1,33 +0,0 @@ -<samba:parameter name="mangled map" - type="string" - context="S" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> -<description> - <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> - <smbconfoption name="mangled map">(*.html *.htm)</smbconfoption>. - </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> -</description> - -<value type="default"><comment>no mangled map</comment></value> -<value type="example">(*;1 *;)</value> -</samba:parameter> |