diff options
Diffstat (limited to 'docs/smbdotconf/filename/vetooplockfiles.xml')
-rw-r--r-- | docs/smbdotconf/filename/vetooplockfiles.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/smbdotconf/filename/vetooplockfiles.xml b/docs/smbdotconf/filename/vetooplockfiles.xml index a8b2797796..b5ef0df5a6 100644 --- a/docs/smbdotconf/filename/vetooplockfiles.xml +++ b/docs/smbdotconf/filename/vetooplockfiles.xml @@ -19,7 +19,13 @@ To cause Samba not to grant oplocks on these files you would use the line (either in the [global] section or in the section for the particular NetBench share :</para> + + <para> + An example of use is: +<screen> +veto oplock files = /.*SEM/ +</screen> + </para> </description> <value type="default"><comment>No files are vetoed for oplock grants</comment></value> -<value type="example">/.*SEM/</value> </samba:parameter> |