Formatting and other fixes to man pages.
[tprouty/samba.git] / docs / smbdotconf / locking / cscpolicy.xml
1 <samba:parameter name="csc policy"
2                  context="S"
3                                  type="enum"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>
7         This stands for <emphasis>client-side caching policy</emphasis>, and specifies how clients capable of offline
8         caching will cache the files in the share. The valid values are: manual, documents, programs, disable.
9         </para>
10
11         <para>
12         These values correspond to those used on Windows servers.
13         </para>
14
15         <para>
16         For example, shares containing roaming profiles can have offline caching disabled using 
17         <smbconfoption name="csc policy">disable</smbconfoption>.
18         </para>
19 </description>
20 <value type="default">manual</value>
21 <value type="example">programs</value>
22 </samba:parameter>