Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: printing-howto.xml
Date: Mon, 20 Mar 2006 20:21:52
Message-Id: 200603202021.k2KKLlG6002563@robin.gentoo.org
1 nightmorph 06/03/20 20:21:46
2
3 Modified: printing-howto.xml
4 Log:
5 Fixed ipp syntax for bug 116189. thanks to betelgeuse for reporting and flameeyes for verification and some other helpful stuff
6
7 Revision Changes Path
8 1.58 xml/htdocs/doc/en/printing-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/printing-howto.xml?rev=1.58&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/printing-howto.xml?rev=1.58&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/printing-howto.xml.diff?r1=1.57&r2=1.58&cvsroot=gentoo
13
14 Index: printing-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v
17 retrieving revision 1.57
18 retrieving revision 1.58
19 diff -u -r1.57 -r1.58
20 --- printing-howto.xml 19 Mar 2006 17:29:59 -0000 1.57
21 +++ printing-howto.xml 20 Mar 2006 20:21:46 -0000 1.58
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.57 2006/03/19 17:29:59 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.58 2006/03/20 20:21:46 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>2.8</version>
35 -<date>2006-03-19</date>
36 +<version>2.9</version>
37 +<date>2006-03-20</date>
38
39 <chapter>
40 <title>Printing and Gentoo Linux</title>
41 @@ -619,8 +619,13 @@
42 An HP JetDirect printer requires a <c>socket://hostname</c> syntax
43 </li>
44 <li>
45 - An IPP printer requires a <c>http://hostname:631/ipp/queue</c> or
46 - <c>ipp://hostname/ipp/queue</c> syntax
47 + An IPP printer requires a <c>ipp://hostname/printers/printername</c> or
48 + <c>http://hostname:631/ipp/queue</c> syntax.
49 + <!-- If for some reason a user wants to use HP's internal ipp syntax,
50 + they'd use ipp://hostname/ipp/<name> , which used to be mentioned here.
51 + However, this document describes using CUPS' ipp syntax, so that one was
52 + dropped in favor of the correct working syntax, which is the first
53 + example. -->
54 </li>
55 </ul>
56
57
58
59
60 --
61 gentoo-doc-cvs@g.o mailing list