Author: jerry Date: 2005-10-25 13:11:23 +0000 (Tue, 25 Oct 2005) New Revision: 849
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=849 Log: fixing typo in the 'map readonly = permissions' explanation reported by Thomas Bork Modified: trunk/smbdotconf/filename/mapreadonly.xml Changeset: Modified: trunk/smbdotconf/filename/mapreadonly.xml =================================================================== --- trunk/smbdotconf/filename/mapreadonly.xml 2005-10-22 00:21:20 UTC (rev 848) +++ trunk/smbdotconf/filename/mapreadonly.xml 2005-10-25 13:11:23 UTC (rev 849) @@ -28,7 +28,7 @@ <constant>Permissions</constant> - The read only DOS attribute is mapped to the effective permissions of the connecting user, as evaluated by <citerefentry><refentrytitle>smbd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> by reading the unix permissions and POSIX ACL (if present). - If the connecting user doesn't have permissions to read the file, the read only attribute + If the connecting user does not have permission to modify the file, the read only attribute is reported as being set on the file. </para></listitem>