diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-13 18:25:08 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:20 -0500 |
commit | c97b78b4452ef39ffe28a1427f6f555248a70a1c (patch) | |
tree | 840ac93686b2f0463b51b9ffcd4e1ce659e909e1 /docs/Samba-HOWTO-Collection/Other-Clients.xml | |
parent | d74de63ddbf5cf0194a7f9d12e608e6e95da6d6c (diff) | |
download | samba-c97b78b4452ef39ffe28a1427f6f555248a70a1c.tar.gz samba-c97b78b4452ef39ffe28a1427f6f555248a70a1c.tar.bz2 samba-c97b78b4452ef39ffe28a1427f6f555248a70a1c.zip |
More validation fixes; building FO-PDF versions of the HOWTO and
the Guide work now!
(This used to be commit 2192c44663d3031cd6c0f228aea4a8cdd2a29a82)
Diffstat (limited to 'docs/Samba-HOWTO-Collection/Other-Clients.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/Other-Clients.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Samba-HOWTO-Collection/Other-Clients.xml b/docs/Samba-HOWTO-Collection/Other-Clients.xml index 663dcc6fd0..0a0d78fd91 100644 --- a/docs/Samba-HOWTO-Collection/Other-Clients.xml +++ b/docs/Samba-HOWTO-Collection/Other-Clients.xml @@ -103,7 +103,7 @@ For more info on these packages, Samba, and Linux (and other UNIX-based systems) <sect2> <title>Printer Driver Download for OS/2 Clients</title> - <para>Create a share called <smbconfsection>[PRINTDRV]</smbconfsection> that is + <para>Create a share called <smbconfsection name="[PRINTDRV]"/> that is world-readable. Copy your OS/2 driver files there. The <filename>.EA_</filename> files must still be separate, so you will need to use the original install files and not copy an installed driver from an OS/2 system.</para> @@ -220,7 +220,7 @@ It is presumably a Windows for Workgroups bug.</para> <para> Note that some people have found that setting <parameter>DefaultRcvWindow</parameter> in -the <smbconfsection>[MSTCP]</smbconfsection> section of the +the <smbconfsection name="[MSTCP]"/> section of the <filename>SYSTEM.INI</filename> file under Windows for Workgroups to 3072 gives a big improvement. </para> @@ -310,7 +310,7 @@ releases prior to Samba 2.2.2. <para><smbconfexample id="minimalprofile"> <title>Minimal profile share</title> -<smbconfsection>[profile]</smbconfsection> +<smbconfsection name="[profile]"/> <smbconfoption name="path">/export/profile</smbconfoption> <smbconfoption name="create mask">0600</smbconfoption> <smbconfoption name="directory mask">0700</smbconfoption> |