From 9ef26b7ef39e569f9484b409264cb84158ab6be1 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sun, 6 Feb 2005 22:59:52 +0000 Subject: Fix typos. (This used to be commit 9d0669c8596752ef534523a14d40f2de60a649fb) --- docs/Samba-HOWTO-Collection/AccessControls.xml | 24 +++++++++++++++--------- docs/Samba-HOWTO-Collection/ProfileMgmt.xml | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/docs/Samba-HOWTO-Collection/AccessControls.xml b/docs/Samba-HOWTO-Collection/AccessControls.xml index f8f5d87ef0..fc129f6712 100644 --- a/docs/Samba-HOWTO-Collection/AccessControls.xml +++ b/docs/Samba-HOWTO-Collection/AccessControls.xml @@ -424,14 +424,14 @@ drwsrwsrwx 2 maryo gnomes 48 2003-05-12 22:29 muchado08 Unfortunately, the implementation of the immutible flag is NOT consistent with published documentation. For example, the man page for the chattr on SUSE Linux 9.2 says: -A file with the‘i attribute cannot be modified: it cannot be deleted or renamed, -no link can be created to this file and no data can be written to the file. Only -the superuser or a process possessing the CAP_LINUX_IMMUTABLE capability can set -or clear this attribute. +A file with the‘i attribute cannot be modified: it cannot be deleted +or renamed, no link can be created to this file and no data can be +written to the file. Only the superuser or a process possessing the +CAP_LINUX_IMMUTABLE capability can set or clear this attribute. A simple test can be done to check if the immutible flag is supported on files in the file system of the Samba host server. - o + @@ -702,7 +702,11 @@ Before using any of the following options, please refer to the man page for &smb - case sensitive, default case, short preserve case + + case sensitive, + default case, + short preserve case + This means that all file name lookup will be done in a case sensitive manner. Files will be created with the precise file name Samba received from the MS Windows client. @@ -741,7 +745,11 @@ Before using any of the following options, please refer to the man page for &smb - hide dot files, hide files, veto files + + hide dot files, + hide files, + veto files + Note: MS Windows Explorer allows over-ride of files marked as hidden so they will still be visible. @@ -809,8 +817,6 @@ Before using any of the following options, please refer to the man page for &smb You can obtain the NT Server Manager for MS Windows NT4 Workstation from Microsoft &smbmdash; see details below. - - Instructions diff --git a/docs/Samba-HOWTO-Collection/ProfileMgmt.xml b/docs/Samba-HOWTO-Collection/ProfileMgmt.xml index e17f4b94a0..f84deca994 100644 --- a/docs/Samba-HOWTO-Collection/ProfileMgmt.xml +++ b/docs/Samba-HOWTO-Collection/ProfileMgmt.xml @@ -500,7 +500,7 @@ and Windows 2003. -The UPHClean software package can be downloaded from User Profile Hive Cleanup Service +The UPHClean software package can be downloaded from User Profile Hive Cleanup Service. -- cgit