diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-06-03 19:47:12 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-06-03 19:47:12 +0000 |
commit | 9b0f24820c1e53347df7eaf19cb2441e1c0b614c (patch) | |
tree | 7b48342d9f491f1575eeafb51af30c9033f37fa4 | |
parent | 527cd4c53cfa8ef6ccbcf01e5f69555b6bbebf19 (diff) | |
download | samba-9b0f24820c1e53347df7eaf19cb2441e1c0b614c.tar.gz samba-9b0f24820c1e53347df7eaf19cb2441e1c0b614c.tar.bz2 samba-9b0f24820c1e53347df7eaf19cb2441e1c0b614c.zip |
Fix some syntax errors
(This used to be commit 7ebaabdb12c3258e74ef845067e93b1d488a5294)
-rw-r--r-- | docs/docbook/projdoc/NetworkBrowsing.xml | 2 | ||||
-rw-r--r-- | docs/docbook/projdoc/printer_driver2.xml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/docbook/projdoc/NetworkBrowsing.xml b/docs/docbook/projdoc/NetworkBrowsing.xml index 971963579b..2ca6182b78 100644 --- a/docs/docbook/projdoc/NetworkBrowsing.xml +++ b/docs/docbook/projdoc/NetworkBrowsing.xml @@ -1507,7 +1507,7 @@ This may take a long time on some networks (months). </sect2> -<sect1> +<sect2> <title>My client reports "This server is not configured to list shared resources"</title> <para> diff --git a/docs/docbook/projdoc/printer_driver2.xml b/docs/docbook/projdoc/printer_driver2.xml index acf8584299..f93564e3c7 100644 --- a/docs/docbook/projdoc/printer_driver2.xml +++ b/docs/docbook/projdoc/printer_driver2.xml @@ -644,7 +644,7 @@ system. In general, the "printing" parameter informs Samba about the print subsystem it should expect. Samba supports CUPS, LPD, LPRNG, SYSV, HPUX, AIX, QNX and PLP. Each of these systems defaults to a different <parameter>print command</parameter> (and other queue control -commands). +commands).</para> <caution><para>The <parameter>printing</parameter> parameter is normally a service level parameter. Since it is included here in the <parameter>[global]</parameter> section, it will take effect for all @@ -2190,7 +2190,7 @@ The syntax of the command is <userinput>rpcclient -U'root%<replaceable>sambapassword</replaceable>' -c 'setdriver "<replaceable>printername</replaceable>" "<replaceable>drivername</replaceable>' -<replaceable>SAMBA-Hostname</replaceable></command> . -- +<replaceable>SAMBA-Hostname</replaceable></userinput> . -- Now we have done *most* of the work. But not yet all.... </para> @@ -2268,7 +2268,7 @@ A new printer (named <replaceable>printername</replaceable> on samba-server) should now have appeared in your <emphasis>local</emphasis> Printer folder (check <guimenu>Start</guimenu> -- <guimenuitem>Settings</guimenuitem> -- <guimenuitem>Control Panel</guimenuitem> --- <guiicon>Printers and Faxes</guiicon></emphasis>). +-- <guiicon>Printers and Faxes</guiicon>). </para> <para> @@ -2351,7 +2351,7 @@ for this: </para> <itemizedlist> -<listitem><para>Browse the <guiicon>Network Neighbourhood<guiicon></para></listitem> + <listitem><para>Browse the <guiicon>Network Neighbourhood</guiicon></para></listitem> <listitem><para>Find the Samba server</para></listitem> |