summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/AccessControls.xml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-08-12 23:45:58 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-08-12 23:45:58 +0000
commit83faad0d0e0006d695af25c04c4526e02c39ad46 (patch)
tree00a9a05432d793f865f87eee866f8efeaeb6cc4f /docs/docbook/projdoc/AccessControls.xml
parent7b98e3a4b89265d21f2f7d3b28012fce23bfe1bf (diff)
downloadsamba-83faad0d0e0006d695af25c04c4526e02c39ad46.tar.gz
samba-83faad0d0e0006d695af25c04c4526e02c39ad46.tar.bz2
samba-83faad0d0e0006d695af25c04c4526e02c39ad46.zip
Conform better to the specs
(This used to be commit 412934e6d006697426e7adbcc686a5ab2b62742b)
Diffstat (limited to 'docs/docbook/projdoc/AccessControls.xml')
-rw-r--r--docs/docbook/projdoc/AccessControls.xml21
1 files changed, 11 insertions, 10 deletions
diff --git a/docs/docbook/projdoc/AccessControls.xml b/docs/docbook/projdoc/AccessControls.xml
index 22a08e4d08..9789711c0e 100644
--- a/docs/docbook/projdoc/AccessControls.xml
+++ b/docs/docbook/projdoc/AccessControls.xml
@@ -165,11 +165,11 @@ at how Samba helps to bridge the differences.
</listitem>
</varlistentry>
- <indexterm><primary>8.3</primary><secondary>file names</secondary></indexterm>
<varlistentry>
<term>Case Sensitivity</term>
<listitem>
<para>
+ <indexterm><primary>8.3</primary><secondary>file names</secondary></indexterm>
MS Windows file names are generally upper case if made up of 8.3 (ie: 8 character file name
and 3 character extension. If longer than 8.3 file names are Case Preserving, and Case
Insensitive.
@@ -231,13 +231,14 @@ at how Samba helps to bridge the differences.
</listitem>
</varlistentry>
- <indexterm><primary>Links</primary><secondary>hard</secondary></indexterm>
- <indexterm><primary>Links</primary><secondary>soft</secondary></indexterm>
- <indexterm><primary>Short-Cuts</primary></indexterm>
<varlistentry>
<term>Links and Short-Cuts</term>
<listitem>
<para>
+ <indexterm><primary>Links</primary><secondary>hard</secondary></indexterm>
+ <indexterm><primary>Links</primary><secondary>soft</secondary></indexterm>
+ <indexterm><primary>Short-Cuts</primary></indexterm>
+
MS Windows make use of "links and Short-Cuts" that are actually special types of files that will
redirect an attempt to execute the file to the real location of the file. UNIX knows of file and directory
links, but they are entirely different from what MS Windows users are used to.
@@ -404,7 +405,7 @@ Before using any of the following options please refer to the man page for &smb.
<table frame='all' pgwide='0'><title>User and Group Based Controls</title>
<tgroup cols='2'>
<colspec align="left"/>
- <colspec align="justify" width="1*"/>
+ <colspec align="justify"/>
<thead>
<row>
<entry align="center">Control Parameter</entry>
@@ -498,7 +499,7 @@ Before using any of the following options please refer to the man page for &smb.
<table frame='all'><title>File and Directory Permission Based Controls</title>
<tgroup cols='2'>
<colspec align="left"/>
- <colspec align="justify" width="1*"/>
+ <colspec align="justify"/>
<thead>
<row>
<entry align="center">Control Parameter</entry>
@@ -588,8 +589,8 @@ Before using any of the following options please refer to the man page for &smb.
<table frame='all'><title>Other Controls</title>
<tgroup cols='2'>
- <colspec align="justify" width="1*"/>
- <colspec align="justify" width="1*"/>
+ <colspec align="justify"/>
+ <colspec align="justify"/>
<thead>
<row>
<entry align="center">Control Parameter</entry>
@@ -1169,13 +1170,13 @@ are examples taken from the mailing list in recent times.
</screen>
</para>
- <note><para>
+ <note>
<para>This is the same as doing:</para>
<screen>
&prompt;<userinput>chown jack /foodbar</userinput>
&prompt;<userinput>chgrp engr /foodbar</userinput>
</screen>
- </para></note>
+ </note>
</step>
<step>
<para>Now do: