From a384176cb93ab5b3db56675674bf7b0d4778ecec Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 9 Apr 2003 14:38:24 +0000 Subject: Next batch of conversions: File names. Fixed some wrong context marks (most of "hide ..." parameters are per-share) (This used to be commit 0f8d5b210a60a40f95a43daf06d3d8686985ecd1) --- docs/docbook/smbdotconf/filename/mangledstack.xml | 42 +++++++++++++---------- 1 file changed, 23 insertions(+), 19 deletions(-) (limited to 'docs/docbook/smbdotconf/filename/mangledstack.xml') diff --git a/docs/docbook/smbdotconf/filename/mangledstack.xml b/docs/docbook/smbdotconf/filename/mangledstack.xml index 3e6099ba92..42083d13a2 100644 --- a/docs/docbook/smbdotconf/filename/mangledstack.xml +++ b/docs/docbook/smbdotconf/filename/mangledstack.xml @@ -1,23 +1,27 @@ - - mangled stack (G) - This parameter controls the number of mangled names - that should be cached in the Samba server smbd - 8. + + + This parameter controls the number of mangled names + that should be cached in the Samba server smbd + 8. - This stack is a list of recently mangled base names - (extensions are only maintained if they are longer than 3 characters - or contains upper case characters). + This stack is a list of recently mangled base names + (extensions are only maintained if they are longer than 3 characters + or contains upper case characters). - The larger this value, the more likely it is that mangled - names can be successfully converted to correct long UNIX names. - However, large stack sizes will slow most directory accesses. Smaller - stacks save memory in the server (each stack element costs 256 bytes). - + The larger this value, the more likely it is that mangled + names can be successfully converted to correct long UNIX names. + However, large stack sizes will slow most directory accesses. Smaller + stacks save memory in the server (each stack element costs 256 bytes). + - It is not possible to absolutely guarantee correct long - filenames, so be prepared for some surprises! + It is not possible to absolutely guarantee correct long + filenames, so be prepared for some surprises! - Default: mangled stack = 50 - Example: mangled stack = 100 - - + Default: mangled stack = 50 + + Example: mangled stack = 100 + + -- cgit