fix typo in --getctime description
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 3 Apr 2009 18:28:15 +0000 (14:28 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 3 Apr 2009 18:28:15 +0000 (14:28 -0400)
doc/forum/How_does_ikiwiki_remember_times__63__.mdwn
doc/usage.mdwn

index d492961ac5e784dc1fced483d082057b31f86a74..5522cbf4505b3e3213129c29d73be367eb9365b7 100644 (file)
@@ -49,6 +49,7 @@ Do I have it right?
 > > Surely it is not the _last changed time_ but the _first seen time_ of each page that is pulled out of the VCS?
 > > If the aim is to get the real creation times of items in weblogs, then the last times that the items were
 > > changed in the VCS is not going to help. -- [[seanh]]
+>>> Typo, fixed. --[[Joey]] 
 
 > > > If you want to preserve the date of a page, the best way to do it is to
 > > > use [[ikiwiki/directive/meta]] date="foo". This will survive checkouts,
index e2fe85ff60d8b5a91901ef9ec235e5b8e09d4b69..0c618de5c1eac91ac31b11407c90cc4585e0cab6 100644 (file)
@@ -308,10 +308,10 @@ also be configured using a setup file.
 
 * --getctime
 
-  Pull last changed time for each new page out of the revision control
+  Pull creation time for each new page out of the revision control
   system. This rarely used option provides a way to get the real creation
   times of items in weblogs, such as when building a wiki from a new
-  Subversion checkout. It is unoptimised and quite slow. It is best used
+  VCS checkout. It is unoptimised and quite slow. It is best used
   with --rebuild, to force ikiwiki to get the ctime for all pages.
 
 * --set var=value