Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

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
    2113.SH "NAME"
    2214vfs_cap - CAP encode filenames
     
    2820This VFS module is part of the
    2921\fBsamba\fR(7)
    30 suite.
     22suite\.
    3123.PP
    32 CAP (Columbia Appletalk Protocol) encoding is a technique for representing non-ASCII filenames in ASCII. The
     24CAP (Columbia Appletalk Protocol) encoding is a technique for representing non\-ASCII filenames in ASCII\. The
    3325vfs_cap
    34 VFS module translates filenames to and from CAP format, allowing users to name files in their native encoding.
     26VFS module translates filenames to and from CAP format, allowing users to name files in their native encoding\.
    3527.PP
    36 CAP encoding is most commonly used in Japanese language environments.
     28CAP encoding is most commonly used in Japanese language environments\.
    3729.PP
    38 This module is stackable.
     30This module is stackable\.
    3931.SH "EXAMPLES"
    4032.PP
    4133On a system using GNU libiconv, use CAP encoding to support users in the Shift_JIS locale:
    42 
     34.sp
     35.RS 4
    4336.nf
    44 
    4537        \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
    5041.fi
     42.RE
    5143.SH "VERSION"
    5244.PP
    53 This man page is correct for version 3.0.25 of the Samba suite.
     45This man page is correct for version 3\.0\.25 of the Samba suite\.
    5446.SH "AUTHOR"
    5547.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 
     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 TracChangeset for help on using the changeset viewer.