Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es: printing-howto.xml
Date: Sat, 05 Mar 2011 19:30:41
Message-Id: 20110305193031.AC26620054@flycatcher.gentoo.org
1 nimiux 11/03/05 19:30:31
2
3 Modified: printing-howto.xml
4 Log:
5 Update ipp syntax, bug 342177.
6
7 Revision Changes Path
8 1.26 xml/htdocs/doc/es/printing-howto.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/printing-howto.xml?rev=1.26&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/printing-howto.xml?rev=1.26&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/printing-howto.xml?r1=1.25&r2=1.26
13
14 Index: printing-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/printing-howto.xml,v
17 retrieving revision 1.25
18 retrieving revision 1.26
19 diff -u -r1.25 -r1.26
20 --- printing-howto.xml 15 Feb 2011 16:13:17 -0000 1.25
21 +++ printing-howto.xml 5 Mar 2011 19:30:31 -0000 1.26
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/printing-howto.xml,v 1.25 2011/02/15 16:13:17 nimiux Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/printing-howto.xml,v 1.26 2011/03/05 19:30:31 nimiux Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -43,8 +43,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>4</version>
35 -<date>2011-02-14</date>
36 +<version>5</version>
37 +<date>2011-03-02</date>
38
39 <chapter>
40 <title>Impresión y Gentoo Linux</title>
41 @@ -767,7 +767,7 @@
42 <li>
43 Una impresora IPP requiere la sintaxis
44 <c>ipp://hostname/printers/printername</c> o bien
45 - <c>http://hostname:631/ipp/queue</c>.
46 + <c>http://hostname:631/printers/printername</c>.
47 <!-- Si por alguna razón un usuario quiere usar la sintaxis ipp interna
48 de HP, deben usar ipp://hostname/ipp/<name> , que se solía mencionar
49 aquí.