From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
by finch.gentoo.org with esmtp (Exim 4.60)
(envelope-from )
id 1JCPp8-0003uC-QL
for garchives@archives.gentoo.org; Wed, 09 Jan 2008 01:33:43 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id A00EDE0D06;
Wed, 9 Jan 2008 01:33:41 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by pigeon.gentoo.org (Postfix) with ESMTP id 7E7C4E0D06
for ; Wed, 9 Jan 2008 01:33:41 +0000 (UTC)
Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133])
(using TLSv1 with cipher AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTP id 11D1C650DD
for ; Wed, 9 Jan 2008 01:33:41 +0000 (UTC)
Received: from nightmorph by stork.gentoo.org with local (Exim 4.68)
(envelope-from )
id 1JCPp5-0005OU-TD
for gentoo-doc-cvs@lists.gentoo.org; Wed, 09 Jan 2008 01:33:39 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: l-awk1.xml
Message-Id:
From: Joshua Saddler
Date: Wed, 09 Jan 2008 01:33:39 +0000
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-doc-cvs@lists.gentoo.org
Reply-to: docs-team@lists.gentoo.org
X-Archives-Salt: 41a12762-cc06-4b24-aa79-e5047ce99d02
X-Archives-Hash: d752f6c439f6e437181ed66a2c958e0c
nightmorph 08/01/09 01:33:39
Modified: l-awk1.xml
Log:
typo fix for the last commit, should be passwd not password. whoops! no revbump, as it should have been in the previous commit
Revision Changes Path
1.8 xml/htdocs/doc/en/articles/l-awk1.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml?r1=1.7&r2=1.8
Index: l-awk1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- l-awk1.xml 9 Jan 2008 01:31:32 -0000 1.7
+++ l-awk1.xml 9 Jan 2008 01:33:39 -0000 1.8
@@ -1,5 +1,5 @@
-
+
@@ -66,7 +66,7 @@
specified /etc/passwd as our input file. When we executed awk, it
evaluated the print command for each line in /etc/passwd, in order.
All output is sent to stdout, and we get a result identical to catting
-/etc/password.
+/etc/passwd.
--
gentoo-doc-cvs@lists.gentoo.org mailing list