From 7ec6588ef8221f60a2f2865c4c880125eb06c014 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 12 Jun 2008 09:34:15 +0200 Subject: [PATCH] man pages: Fix indentation in smb.conf section about 'map readonly'. (This used to be commit 0f0d81a89ae2ebae7d031a3a8633c3a924ebcbae) --- docs-xml/smbdotconf/filename/mapreadonly.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-xml/smbdotconf/filename/mapreadonly.xml b/docs-xml/smbdotconf/filename/mapreadonly.xml index 33f840d8c59..f9ce03ef1ac 100644 --- a/docs-xml/smbdotconf/filename/mapreadonly.xml +++ b/docs-xml/smbdotconf/filename/mapreadonly.xml @@ -22,10 +22,10 @@ Yes - The read only DOS attribute is mapped to the inverse of the user or owner write bit in the unix permission mode set. If the owner write bit is not set, the read only attribute is reported as being set on the file. -If the read only DOS attribute gets set, Samba sets the owner, group and -others write bits to zero. Write bits set in an ACL are ignored by Samba. -If the read only DOS attribute gets unset, Samba simply sets the write bit of the -owner to one. + If the read only DOS attribute is set, Samba sets the owner, group and + others write bits to zero. Write bits set in an ACL are ignored by Samba. + If the read only DOS attribute is unset, Samba simply sets the write bit of the + owner to one. -- 2.11.4.GIT