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.43) id 1EDinZ-0002Nc-5P for garchives@archives.gentoo.org; Fri, 09 Sep 2005 13:20:09 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j89DGBFZ022256; Fri, 9 Sep 2005 13:16:11 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j89DGAZm024905 for <gentoo-doc-cvs@lists.gentoo.org>; Fri, 9 Sep 2005 13:16:10 GMT Message-Id: <200509091316.j89DGAZm024905@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1EDinR-00030W-Cs for gentoo-doc-cvs@lists.gentoo.org; Fri, 09 Sep 2005 13:20:01 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Fri, 9 Sep 2005 13:19:50 +0000 From: "Jan Kundrat" <jkt@lark.gentoo.org> Date: Fri, 9 Sep 2005 13:19:50 +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: 1cd59a12-1daa-4018-91aa-abf09d522b29 X-Archives-Hash: 7a3f71cabdd5dbb3c2ad55dfdcbee72c jkt 05/09/09 13:19:50 Modified: xml/htdocs/doc/en printing-howto.xml Log: The section in smb.conf is [global], not [globals]; thanks to Lukas Svoboda (CS translation contributor) for notice Revision Changes Path 1.51 +5 -5 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.51&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.51&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.50&r2=1.51&cvsroot=gentoo Index: printing-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- printing-howto.xml 2 Jul 2005 12:24:16 -0000 1.50 +++ printing-howto.xml 9 Sep 2005 13:19:50 -0000 1.51 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.50 2005/07/02 12:24:16 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.51 2005/09/09 13:19:50 jkt Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -21,8 +21,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2.1</version> -<date>2005-07-02</date> +<version>2.2</version> +<date>2005-09-09</date> <chapter> <title>Printing and Gentoo Linux</title> @@ -853,8 +853,8 @@ <c>printing</c> settings and set each of them to <c>cups</c>: </p> -<pre caption="Changing the [globals] section"> -[globals] +<pre caption="Changing the [global] section"> +[global] <comment>(...)</comment> printcap name = <i>cups</i> printing = <i>cups</i> -- gentoo-doc-cvs@gentoo.org mailing list