Changeset 134 for branches/samba-3.0/docs/manpages/vfs_cap.8
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/docs/manpages/vfs_cap.8
r44 r134 1 .\"Generated by db2man.xsl. Don't modify this, modify the source. 2 .de Sh \" Subsection 3 .br 4 .if t .Sp 5 .ne 5 6 .PP 7 \fB\\$1\fR 8 .PP 9 .. 10 .de Sp \" Vertical space (when we can't use .PP) 11 .if t .sp .5v 12 .if n .sp 13 .. 14 .de Ip \" List item 15 .br 16 .ie \\n(.$>=3 .ne \\$3 17 .el .ne 3 18 .IP "\\$1" \\$2 19 .. 20 .TH "VFS_CAP" 8 "" "" "" 1 .\" Title: vfs_cap 2 .\" Author: 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/21/2008 5 .\" Manual: System Administration tools 6 .\" Source: Samba 3.0 7 .\" 8 .TH "VFS_CAP" "8" "05/21/2008" "Samba 3\.0" "System Administration tools" 9 .\" disable hyphenation 10 .nh 11 .\" disable justification (adjust text to left margin only) 12 .ad l 21 13 .SH "NAME" 22 14 vfs_cap - CAP encode filenames … … 28 20 This VFS module is part of the 29 21 \fBsamba\fR(7) 30 suite .22 suite\. 31 23 .PP 32 CAP (Columbia Appletalk Protocol) encoding is a technique for representing non -ASCII filenames in ASCII. The24 CAP (Columbia Appletalk Protocol) encoding is a technique for representing non\-ASCII filenames in ASCII\. The 33 25 vfs_cap 34 VFS module translates filenames to and from CAP format, allowing users to name files in their native encoding .26 VFS module translates filenames to and from CAP format, allowing users to name files in their native encoding\. 35 27 .PP 36 CAP encoding is most commonly used in Japanese language environments .28 CAP encoding is most commonly used in Japanese language environments\. 37 29 .PP 38 This module is stackable .30 This module is stackable\. 39 31 .SH "EXAMPLES" 40 32 .PP 41 33 On a system using GNU libiconv, use CAP encoding to support users in the Shift_JIS locale: 42 34 .sp 35 .RS 4 43 36 .nf 44 45 37 \fI[global]\fR 46 dos charset = CP932 47 dos charset = CP932 48 vfs objects = cap 49 38 \fIdos charset = CP932\fR 39 \fIdos charset = CP932\fR 40 \fIvfs objects = cap\fR 50 41 .fi 42 .RE 51 43 .SH "VERSION" 52 44 .PP 53 This man page is correct for version 3 .0.25 of the Samba suite.45 This man page is correct for version 3\.0\.25 of the Samba suite\. 54 46 .SH "AUTHOR" 55 47 .PP 56 The 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. 57 48 The 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 TracChangeset
for help on using the changeset viewer.