source: vendor/3.6.23/docs/manpages/vfs_cap.8

Last change on this file was 860, checked in by Silvan Scherrer, 11 years ago

Samba 3.6: updated vendor to latest version

File size: 2.3 KB
Line 
1'\" t
2.\" Title: vfs_cap
3.\" Author: [see the "AUTHOR" section]
4.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5.\" Date: 09/18/2013
6.\" Manual: System Administration tools
7.\" Source: Samba 3.6
8.\" Language: English
9.\"
10.TH "VFS_CAP" "8" "09/18/2013" "Samba 3\&.6" "System Administration tools"
11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------
14.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15.\" http://bugs.debian.org/507673
16.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18.ie \n(.g .ds Aq \(aq
19.el .ds Aq '
20.\" -----------------------------------------------------------------
21.\" * set default formatting
22.\" -----------------------------------------------------------------
23.\" disable hyphenation
24.nh
25.\" disable justification (adjust text to left margin only)
26.ad l
27.\" -----------------------------------------------------------------
28.\" * MAIN CONTENT STARTS HERE *
29.\" -----------------------------------------------------------------
30.SH "NAME"
31vfs_cap \- CAP encode filenames
32.SH "SYNOPSIS"
33.HP \w'\ 'u
34vfs objects = cap
35.SH "DESCRIPTION"
36.PP
37This VFS module is part of the
38\fBsamba\fR(7)
39suite\&.
40.PP
41CAP (Columbia Appletalk Protocol) encoding is a technique for representing non\-ASCII filenames in ASCII\&. The
42vfs_cap
43VFS module translates filenames to and from CAP format, allowing users to name files in their native encoding\&.
44.PP
45CAP encoding is most commonly used in Japanese language environments\&.
46.PP
47This module is stackable\&.
48.SH "EXAMPLES"
49.PP
50On a system using GNU libiconv, use CAP encoding to support users in the Shift_JIS locale:
51.sp
52.if n \{\
53.RS 4
54.\}
55.nf
56 \fI[global]\fR
57 \m[blue]\fBdos charset = CP932\fR\m[]
58 \m[blue]\fBdos charset = CP932\fR\m[]
59 \m[blue]\fBvfs objects = cap\fR\m[]
60.fi
61.if n \{\
62.RE
63.\}
64.SH "VERSION"
65.PP
66This man page is correct for version 3\&.0\&.25 of the Samba suite\&.
67.SH "AUTHOR"
68.PP
69The 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.