summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/AccessControls.xml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-05-27 01:50:41 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-05-27 01:50:41 +0000
commit690d94daf1d5106f03f9830978ec63ee2c85aabe (patch)
treebba34a74b6454f36eb3eeb85e0db5466db4d67fb /docs/docbook/projdoc/AccessControls.xml
parent55732721fcefc43bdc898a9a9bb021bee193e32f (diff)
downloadsamba-690d94daf1d5106f03f9830978ec63ee2c85aabe.tar.gz
samba-690d94daf1d5106f03f9830978ec63ee2c85aabe.tar.bz2
samba-690d94daf1d5106f03f9830978ec63ee2c85aabe.zip
Fix PDF build
(This used to be commit 90042ce898b3acd4390baea58716362714e7edcb)
Diffstat (limited to 'docs/docbook/projdoc/AccessControls.xml')
-rw-r--r--docs/docbook/projdoc/AccessControls.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/docbook/projdoc/AccessControls.xml b/docs/docbook/projdoc/AccessControls.xml
index 6a56705a54..74269616aa 100644
--- a/docs/docbook/projdoc/AccessControls.xml
+++ b/docs/docbook/projdoc/AccessControls.xml
@@ -247,6 +247,8 @@ at how Samba helps to bridge the differences.
<para>
There are three basic operations for managing directories, <command>create, delete, rename</command>.
<table>
+ <title>Managing directories with unix and windows</title>
+ <tgroup align="center" cols="3">
<thead>
<row><entry>Action</entry><entry>MS Windows Command</entry><entry>Unix Command</entry></row>
</thead>
@@ -256,6 +258,7 @@ at how Samba helps to bridge the differences.
<row><entry>delete</entry><entry>rd folder</entry><entry>rmdir folder</entry></row>
<row><entry>rename</entry><entry>rename oldname newname</entry><entry>mv oldname newname</entry></row>
</tbody>
+ </tgroup>
</table>
</para>