nightmorph 06/09/14 11:21:46 Modified: printing-howto.xml Log: Updated PCL section for bug 147544, thanks to deathwing00 for reporting and for fox2mike and diox for confirming
Revision Changes Path 1.61 xml/htdocs/doc/en/printing-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.61&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.60&r2=1.61 Index: printing-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- printing-howto.xml 4 Sep 2006 02:19:08 -0000 1.60 +++ printing-howto.xml 14 Sep 2006 11:21:46 -0000 1.61 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.60 2006/09/04 02:19:08 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.61 2006/09/14 11:21:46 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2.92</version> -<date>2006-09-03</date> +<version>2.93</version> +<date>2006-09-14</date> <chapter> <title>Printing and Gentoo Linux</title> @@ -433,9 +433,9 @@ <p> PCL drivers send raw data to the print server. To enable raw printing on CUPS, you need to edit <path>/etc/cups/mime.types</path> and uncomment the line -<c>application/octet-stream</c>. Then you need to edit -<path>/etc/cups/mime.convs</path> and uncomment the line containing -<c>application/octet-stream</c>. +<c>application/octet-stream</c> if it is not already uncommented. Then you need +to edit <path>/etc/cups/mime.convs</path> and do the same, if it is not already +uncommented. </p> <pre caption="Enable support for raw printing"> @@ -449,8 +449,8 @@ </pre> <p> -Do not forget to restart CUPS after making changes to -<path>/etc/cups/cupsd.conf</path> by running <c>/etc/init.d/cupsd restart</c>. +Do not forget to restart CUPS after making these changes by running +<c>/etc/init.d/cupsd restart</c>. </p> </body> -- [email protected] mailing list
