diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-05-27 01:50:41 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-05-27 01:50:41 +0000 |
commit | 690d94daf1d5106f03f9830978ec63ee2c85aabe (patch) | |
tree | bba34a74b6454f36eb3eeb85e0db5466db4d67fb /docs/docbook/projdoc | |
parent | 55732721fcefc43bdc898a9a9bb021bee193e32f (diff) | |
download | samba-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')
-rw-r--r-- | docs/docbook/projdoc/AccessControls.xml | 3 | ||||
-rw-r--r-- | docs/docbook/projdoc/CUPS-printing.xml | 2 | ||||
-rw-r--r-- | docs/docbook/projdoc/DOMAIN_MEMBER.xml | 9 | ||||
-rw-r--r-- | docs/docbook/projdoc/IntroSMB.xml | 2 |
4 files changed, 11 insertions, 5 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> diff --git a/docs/docbook/projdoc/CUPS-printing.xml b/docs/docbook/projdoc/CUPS-printing.xml index 5c325c480f..25d1ac6139 100644 --- a/docs/docbook/projdoc/CUPS-printing.xml +++ b/docs/docbook/projdoc/CUPS-printing.xml @@ -361,7 +361,7 @@ spooler can do: printfiles from all client platforms in a uniform way;</para></listitem> <listitem><para>act as a central accounting and billing server, as all files are passed through the <command>pstops</command> Filter and are therefor logged in - the CUPS <filename>page_log</filename>. - <emphasis>NOTE: </emphasis>this + the CUPS <filename>page_log</filename>. - <emphasis>NOTE: </emphasis>this can not happen with "raw" print jobs, which always remain unfiltered per definition;</para></listitem> <listitem><para>enable clients to consolidate on a single PostScript driver, even for diff --git a/docs/docbook/projdoc/DOMAIN_MEMBER.xml b/docs/docbook/projdoc/DOMAIN_MEMBER.xml index bb8e95b8a9..83e33df9ee 100644 --- a/docs/docbook/projdoc/DOMAIN_MEMBER.xml +++ b/docs/docbook/projdoc/DOMAIN_MEMBER.xml @@ -453,13 +453,16 @@ to be fully trusted by it. <title>Joining an NT4 type Domain with Samba-3</title> <para> -Assumptions: -<table><tbody> +<table><title>Assumptions</title> +<tgroup align="left" cols="2"> + <tbody> <row><entry>NetBIOS name:</entry><entry>SERV1</entry></row> <row><entry>Win2K/NT domain name:</entry><entry>DOM</entry></row> <row><entry>Domain's PDC NetBIOS name:</entry><entry>DOMPDC</entry></row> <row><entry>Domain's BDC NetBIOS names:</entry><entry>DOMBDC1 and DOMBDC2</entry></row> -</tbody></table> +</tbody> +</tgroup> +</table> </para> <para> diff --git a/docs/docbook/projdoc/IntroSMB.xml b/docs/docbook/projdoc/IntroSMB.xml index 38e40ae239..d5ce43fbdf 100644 --- a/docs/docbook/projdoc/IntroSMB.xml +++ b/docs/docbook/projdoc/IntroSMB.xml @@ -288,7 +288,7 @@ in case anyone asks. <!-- This really needs to go... --> <para> -This chapter is Copyright © 2003 David Lechnyr (david at lechnyr dot com). +This chapter is Copyright 2003 David Lechnyr (david at lechnyr dot com). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation. A copy of the license is available at http://www.gnu.org/licenses/fdl.txt. |