From: James Peach Date: Wed, 28 Feb 2007 20:40:46 +0000 (+0000) Subject: Document the cap VFS module. X-Git-Tag: samba-4.0.0alpha6~801^2~1829 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f5e55fcd822d4ba22e9ea0ac9999d4666eae759;p=thirdparty%2Fsamba.git Document the cap VFS module. (This used to be commit c595aa3353b1fe4b19b077058cf0d6370edeebc8) --- 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. + + + +