swift 05/06/28 10:59:31 Modified: xml/htdocs/doc/en/handbook/draft printing-howto.xml Log: Some local stuff changes
Revision Changes Path 1.5 +13 -4 xml/htdocs/doc/en/handbook/draft/printing-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/printing-howto.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/printing-howto.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/printing-howto.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo Index: printing-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/printing-howto.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- printing-howto.xml 28 Jun 2005 10:54:26 -0000 1.4 +++ printing-howto.xml 28 Jun 2005 10:59:31 -0000 1.5 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/printing-howto.xml,v 1.4 2005/06/28 10:54:26 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/printing-howto.xml,v 1.5 2005/06/28 10:59:31 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -464,11 +464,20 @@ </pre> <p> -That's it. If you do want to be able to configure the remote printer through -your system, follow the <uri link="#configure_printer">Configuring a -Printer</uri> instructions. If not, you're all set. +The remote system will have a default printer setting which you will be using. +If you want to change the default printer, use <c>lpoptions</c>: </p> +<pre caption="Changing the default printer"> +<comment>(First list the available printers)</comment> +# <i>lpstat -a</i> +hpljet5p accepting requests since Jan 01 00:00 +hpdjet510 accepting requests since Jan 01 00:00 + +<comment>(Set the HP LaserJet 5P as the default printer)</comment> +# <i>lpoptions -d hpljet5p</i> +</pre> + </body> </section> </chapter> -- [email protected] mailing list
