[Popcon-commits] cvs commit to popularity-contest by ballombe
popcon-commits@lists.alioth.debian.org
popcon-commits@lists.alioth.debian.org
Mon, 10 May 2004 16:02:42 -0600
Update of /cvsroot/popcon/popularity-contest
In directory haydn:/tmp/cvs-serv21363
Modified Files:
README
Log Message:
i.e. instead of ie.
package-name instead of packagename.
Index: README
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- README 15 Apr 2004 23:35:18 -0000 1.7
+++ README 10 May 2004 22:02:40 -0000 1.8
@@ -32,15 +32,15 @@
The rest of the lines are package entries, one line for each package
installed on your system. They have the format:
- <atime> <ctime> <packagename> <mru-program> <tag>
+ <atime> <ctime> <package-name> <mru-program> <tag>
-<packagename> is the name of the Debian package that contains <mru-program>.
+<package-name> is the name of the Debian package that contains <mru-program>.
<mru-program> is the most recently used program, static library, or header
(.h) file in the package.
<atime> and <ctime> are the access time and creation time of the
<mru-program> on your disk, respectively, represented as the number of
-seconds since midnight GMT on January 1, 1970 (ie. in Unix time_t format).
+seconds since midnight GMT on January 1, 1970 (i.e. in Unix time_t format).
Linux updates <atime> whenever you open the file; <ctime> was set when you
first installed the package.