diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-04 23:04:49 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-04 23:04:49 +0000 |
commit | c98dd1184dd60648a98fc9866ce5de062fb9f415 (patch) | |
tree | 9bf7520b371fcfdf7fb1c23c76dc71174531dfc3 /docs/docbook/projdoc/printer_driver2.sgml | |
parent | c3715824c7c6108eff671ae638342f9790f85eac (diff) | |
download | samba-c98dd1184dd60648a98fc9866ce5de062fb9f415.tar.gz samba-c98dd1184dd60648a98fc9866ce5de062fb9f415.tar.bz2 samba-c98dd1184dd60648a98fc9866ce5de062fb9f415.zip |
- Add some entities for authors
- Layout improvements, fixing links
(This used to be commit 71441d3d7cc7922259302ff23c8fc1c9429d5934)
Diffstat (limited to 'docs/docbook/projdoc/printer_driver2.sgml')
-rw-r--r-- | docs/docbook/projdoc/printer_driver2.sgml | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/docs/docbook/projdoc/printer_driver2.sgml b/docs/docbook/projdoc/printer_driver2.sgml index 8d15e437b2..da3eb838f2 100644 --- a/docs/docbook/projdoc/printer_driver2.sgml +++ b/docs/docbook/projdoc/printer_driver2.sgml @@ -1,16 +1,7 @@ <chapter id="printing"> - <chapterinfo> - <author> - <firstname>Gerald (Jerry)</firstname><surname>Carter</surname> - <affiliation> - <orgname>Samba Team</orgname> - <address> - <email>jerry@samba.org</email> - </address> - </affiliation> - </author> + &author.jerry; <author> <firstname>Patrick</firstname><surname>Powell</surname> <affiliation> @@ -183,14 +174,14 @@ Samba follows this model as well.</para> <para>Next create the directory tree below the [print$] share for each architecture you wish to support.</para> -<para><programlisting> +<para><computeroutput> [print$]----- |-W32X86 ; "Windows NT x86" |-WIN40 ; "Windows 95/98" |-W32ALPHA ; "Windows NT Alpha_AXP" |-W32MIPS ; "Windows NT R4000" |-W32PPC ; "Windows NT PowerPC" -</programlisting></para> +</computeroutput></para> <warning> <title>ATTENTION! REQUIRED PERMISSIONS</title> @@ -302,8 +293,9 @@ setdriver command</command></ulink> can be used to set the driver associated with an installed driver. The following is example of how this could be accomplished:</para> -<para><programlisting> -<prompt>$ </prompt>rpcclient pogo -U root%secret -c "enumdrivers" +<para> +<prompt>$ </prompt><userinput>rpcclient pogo -U root%secret -c "enumdrivers"</userinput> +<programlisting> Domain=[NARNIA] OS=[Unix] Server=[Samba 2.2.0-alpha3] [Windows NT x86] @@ -315,16 +307,18 @@ Printer Driver Info 1: Printer Driver Info 1: Driver Name: [HP LaserJet 4Si/4SiMX PS] - -<prompt>$ </prompt>rpcclient pogo -U root%secret -c "enumprinters" +</programlisting> +<prompt>$ </prompt><userinput>rpcclient pogo -U root%secret -c "enumprinters"</userinput> +<programlisting> Domain=[NARNIA] OS=[Unix] Server=[Samba 2.2.0-alpha3] flags:[0x800000] name:[\\POGO\hp-print] description:[POGO\\POGO\hp-print,NO DRIVER AVAILABLE FOR THIS PRINTER,] comment:[] -<prompt>$ </prompt>rpcclient pogo -U root%secret \ -<prompt>> </prompt> -c "setdriver hp-print \"HP LaserJet 4000 Series PS\"" +</programlisting> +<prompt>$ </prompt><userinput>rpcclient pogo -U root%secret -c "setdriver hp-print \"HP LaserJet 4000 Series PS\""</userinput> +<programlisting> Domain=[NARNIA] OS=[Unix] Server=[Samba 2.2.0-alpha3] Successfully set hp-print to driver HP LaserJet 4000 Series PS. </programlisting></para> |