From 8ac17fff8008eaed82ea788c7aaae4c4b5b604eb Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Mon, 17 Jun 2013 19:43:33 +0200 Subject: docs/vfs_catia: remove space-char mapping recommendation The vfs_catia man page currently recommends the mapping of server-side space-characters (0x20) to client-side plus-minus characters (0xb1). This recommendation should not be made, as 0x20 is a valid filename component on both system character sets. Signed-off-by: David Disseldorp Reviewed-by: Jeremy Allison --- docs-xml/manpages/vfs_catia.8.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs-xml') diff --git a/docs-xml/manpages/vfs_catia.8.xml b/docs-xml/manpages/vfs_catia.8.xml index b18dc4819a..42920d2922 100644 --- a/docs-xml/manpages/vfs_catia.8.xml +++ b/docs-xml/manpages/vfs_catia.8.xml @@ -79,16 +79,16 @@ /data/cad catia - 0x22:0xa8,0x2a:0xa4,0x2f:0xf8,0x3a:0xf7,0x3c:0xab,0x3e:0xbb,0x3f:0xbf,0x5c:0xff,0x7c:0xa6,0x20:0xb1 + 0x22:0xa8,0x2a:0xa4,0x2f:0xf8,0x3a:0xf7,0x3c:0xab,0x3e:0xbb,0x3f:0xbf,0x5c:0xff,0x7c:0xa6 Unix filename to be translated (Note that the path delimiter "/" is not used here): - a\a:a*a?a"a<a>a|a a + a\a:a*a?a"a<a>a|a Resulting windows filename: - aÿa÷a¤a¿a¨a«a»a¦a±a + aÿa÷a¤a¿a¨a«a»a¦a Note that the character mapping must work in BOTH directions -- cgit