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/hidefiles.xml | 58 ++++++++++++++------------ 1 file changed, 31 insertions(+), 27 deletions(-) (limited to 'docs/docbook/smbdotconf/filename/hidefiles.xml') diff --git a/docs/docbook/smbdotconf/filename/hidefiles.xml b/docs/docbook/smbdotconf/filename/hidefiles.xml index 6f93a2a239..b687fc5a1f 100644 --- a/docs/docbook/smbdotconf/filename/hidefiles.xml +++ b/docs/docbook/smbdotconf/filename/hidefiles.xml @@ -1,35 +1,39 @@ - - hide files(S) - This is a list of files or directories that are not - visible but are accessible. The DOS 'hidden' attribute is applied - to any files or directories that match. + + + This is a list of files or directories that are not + visible but are accessible. The DOS 'hidden' attribute is applied + to any files or directories that match. - Each entry in the list must be separated by a '/', - which allows spaces to be included in the entry. '*' - and '?' can be used to specify multiple files or directories - as in DOS wildcards. + Each entry in the list must be separated by a '/', + which allows spaces to be included in the entry. '*' + and '?' can be used to specify multiple files or directories + as in DOS wildcards. - Each entry must be a Unix path, not a DOS path and must - not include the Unix directory separator '/'. + Each entry must be a Unix path, not a DOS path and must + not include the Unix directory separator '/'. - Note that the case sensitivity option is applicable - in hiding files. + Note that the case sensitivity option is applicable + in hiding files. - Setting this parameter will affect the performance of Samba, - as it will be forced to check all files and directories for a match - as they are scanned. + Setting this parameter will affect the performance of Samba, + as it will be forced to check all files and directories for a match + as they are scanned. - See also hide - dot files, - veto files and - case sensitive. + See also hide + dot files, + veto files and + case sensitive. - Default: no file are hidden - Example: hide files = + Default: no file are hidden + + Example: hide files = /.*/DesktopFolderDB/TrashFor%m/resource.frk/ - The above example is based on files that the Macintosh - SMB client (DAVE) available from - Thursby creates for internal use, and also still hides - all files beginning with a dot. - + The above example is based on files that the Macintosh + SMB client (DAVE) available from + Thursby creates for internal use, and also still hides + all files beginning with a dot. + + -- cgit