Fix typos found by Bjoern Jacke <bj@sernet.de>
[import/samba-docs-svnimport.git] / manpages-3 / vfs_cap.8.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="vfs_cap.8">
4
5 <refmeta>
6         <refentrytitle>vfs_cap</refentrytitle>
7         <manvolnum>8</manvolnum>
8 </refmeta>
9
10
11 <refnamediv>
12         <refname>vfs_cap</refname>
13         <refpurpose>CAP encode filenames</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17         <cmdsynopsis>
18                 <command>vfs objects = cap</command>
19         </cmdsynopsis>
20 </refsynopsisdiv>
21
22 <refsect1>
23         <title>DESCRIPTION</title>
24
25         <para>This VFS module is part of the
26         <citerefentry><refentrytitle>samba</refentrytitle>
27         <manvolnum>7</manvolnum></citerefentry> suite.</para>
28
29         <para>CAP (Columbia Appletalk Protocol) encoding is a
30         technique for representing non-ASCII filenames in ASCII. The
31         <command>vfs_cap</command> VFS module translates filenames to and
32         from CAP format, allowing users to name files in their native
33         encoding.  </para>
34
35         <para>CAP encoding is most commonly
36         used in Japanese language environments. </para>
37
38         <para>This module is stackable.</para>
39
40 </refsect1>
41
42
43 <refsect1>
44         <title>EXAMPLES</title>
45
46         <para>On a system using GNU libiconv, use CAP encoding to support
47         users in the Shift_JIS locale:</para>
48
49 <programlisting>
50         <smbconfsection name="[global]"/>
51         <smbconfoption name="dos charset">CP932</smbconfoption>
52         <smbconfoption name="dos charset">CP932</smbconfoption>
53         <smbconfoption name="vfs objects">cap</smbconfoption>
54 </programlisting>
55
56 </refsect1>
57
58 <refsect1>
59         <title>VERSION</title>
60
61         <para>This man page is correct for version 3.0.25 of the Samba suite.
62         </para>
63 </refsect1>
64
65 <refsect1>
66         <title>AUTHOR</title>
67
68         <para>The original Samba software and related utilities
69         were created by Andrew Tridgell. Samba is now developed
70         by the Samba Team as an Open Source project similar
71         to the way the Linux kernel is developed.</para>
72
73 </refsect1>
74
75 </refentry>