From c595aa3353b1fe4b19b077058cf0d6370edeebc8 Mon Sep 17 00:00:00 2001 From: James Peach Date: Wed, 28 Feb 2007 20:40:46 +0000 Subject: [PATCH] Document the cap VFS module. --- docs/manpages-3/smb-vfs-cap.8.xml | 74 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 docs/manpages-3/smb-vfs-cap.8.xml diff --git a/docs/manpages-3/smb-vfs-cap.8.xml b/docs/manpages-3/smb-vfs-cap.8.xml new file mode 100644 index 00000000000..7ce0152cd1e --- /dev/null +++ b/docs/manpages-3/smb-vfs-cap.8.xml @@ -0,0 +1,74 @@ + + + + + + smb-vfs-cap + 8 + + + + + cap + make a Samba share read only for a specified time period + + + + + vfs objects = cap + + + + + DESCRIPTION + + This module is part of the samba + 7 suite. + + CAP (Columbia Appletalk Protocol) encoding is a + technique for representing non-ASCII filenames in ASCII. The + cap VFS module translates filenames to and + from CAP format, allowing users to name files in their native + encoding. + + CAP encoding is most commonly + used in Japanese language environments. + + This module is stackable. + + + + + + EXAMPLES + + On a system using GNU libiconv, use CAP encoding to support + users in the Shift_JIS locale: + + + + CP932 + CP932 + cap + + + + + + VERSION + + This man page is correct for version 3.0.25 of the Samba suite. + + + + + AUTHOR + + 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. + + + + -- 2.11.4.GIT