source: branches/samba-3.2.x/docs/manpages/vfs_cap.8@ 229

Last change on this file since 229 was 229, checked in by Herwig Bauernfeind, 17 years ago

Update 3.2 branch to 3.2.7 docs

File size: 1.4 KB
Line 
1.\" Title: vfs_cap
2.\" Author:
3.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
4.\" Date: 12/19/2008
5.\" Manual: System Administration tools
6.\" Source: Samba 3.2
7.\"
8.TH "VFS_CAP" "8" "12/19/2008" "Samba 3\.2" "System Administration tools"
9.\" disable hyphenation
10.nh
11.\" disable justification (adjust text to left margin only)
12.ad l
13.SH "NAME"
14vfs_cap - CAP encode filenames
15.SH "SYNOPSIS"
16.HP 1
17vfs objects = cap
18.SH "DESCRIPTION"
19.PP
20This VFS module is part of the
21\fBsamba\fR(7)
22suite\.
23.PP
24CAP (Columbia Appletalk Protocol) encoding is a technique for representing non\-ASCII filenames in ASCII\. The
25vfs_cap
26VFS module translates filenames to and from CAP format, allowing users to name files in their native encoding\.
27.PP
28CAP encoding is most commonly used in Japanese language environments\.
29.PP
30This module is stackable\.
31.SH "EXAMPLES"
32.PP
33On a system using GNU libiconv, use CAP encoding to support users in the Shift_JIS locale:
34.sp
35.RS 4
36.nf
37 \fI[global]\fR
38 \fIdos charset = CP932\fR
39 \fIdos charset = CP932\fR
40 \fIvfs objects = cap\fR
41.fi
42.RE
43.SH "VERSION"
44.PP
45This man page is correct for version 3\.0\.25 of the Samba suite\.
46.SH "AUTHOR"
47.PP
48The original Samba software and related utilities were created by Andrew Tridgell\. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\.
Note: See TracBrowser for help on using the repository browser.