From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.54)
	id 1FLQsy-0006pD-2E
	for garchives@archives.gentoo.org; Mon, 20 Mar 2006 20:21:52 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.5.20060308/8.13.5) with SMTP id k2KKLmG0022158;
	Mon, 20 Mar 2006 20:21:48 GMT
Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30])
	by robin.gentoo.org (8.13.5.20060308/8.13.5) with ESMTP id k2KKLlG6002563
	for <gentoo-doc-cvs@lists.gentoo.org>; Mon, 20 Mar 2006 20:21:47 GMT
Message-Id: <200603202021.k2KKLlG6002563@robin.gentoo.org>
Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark)
	by smtp.gentoo.org with smtp (Exim 4.54)
	id 1FLQst-0001cr-3c
	for gentoo-doc-cvs@lists.gentoo.org; Mon, 20 Mar 2006 20:21:47 +0000
Received: by lark (sSMTP sendmail emulation); Mon, 20 Mar 2006 20:21:46 +0000
From: "Josh Saddler" <nightmorph@lark.gentoo.org>
Date: Mon, 20 Mar 2006 20:21:46 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: printing-howto.xml
Precedence: bulk
List-Post: <mailto:gentoo-doc-cvs@lists.gentoo.org>
List-Help: <mailto:gentoo-doc-cvs+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-doc-cvs+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-doc-cvs+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-doc-cvs.gentoo.org>
X-BeenThere: gentoo-doc-cvs@gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: 4d3b65aa-f05e-4808-ba1f-fb6d6c3acbae
X-Archives-Hash: 0795adfa9c555a0e59cacf675bb3ec59

nightmorph    06/03/20 20:21:46

  Modified:             printing-howto.xml
  Log:
  Fixed ipp syntax for bug 116189. thanks to betelgeuse for reporting and flameeyes for verification and some other helpful stuff

Revision  Changes    Path
1.58                 xml/htdocs/doc/en/printing-howto.xml

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
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
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

Index: printing-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- printing-howto.xml	19 Mar 2006 17:29:59 -0000	1.57
+++ printing-howto.xml	20 Mar 2006 20:21:46 -0000	1.58
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.57 2006/03/19 17:29:59 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.58 2006/03/20 20: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.8</version>
-<date>2006-03-19</date>
+<version>2.9</version>
+<date>2006-03-20</date>
 
 <chapter>
 <title>Printing and Gentoo Linux</title>
@@ -619,8 +619,13 @@
     An HP JetDirect printer requires a <c>socket://hostname</c> syntax
   </li>
   <li>
-    An IPP printer requires a <c>http://hostname:631/ipp/queue</c> or
-    <c>ipp://hostname/ipp/queue</c> syntax
+    An IPP printer requires a <c>ipp://hostname/printers/printername</c> or
+    <c>http://hostname:631/ipp/queue</c> syntax.
+    <!-- If for some reason a user wants to use HP's internal ipp syntax,
+    they'd use ipp://hostname/ipp/<name> , which used to be mentioned here.
+    However, this document describes using CUPS' ipp syntax, so that one was
+    dropped in favor of the correct working syntax, which is the first
+    example. -->
   </li>
 </ul>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list