aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-04-03 14:28:15 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-04-03 14:28:15 -0400
commiteec38e8eeb63f6a93c60fc7b9e7e23b28e3b13e8 (patch)
tree1816f78233d9de2ec6dc8bbe2abd79e96c3eef11 /doc
parentfb4f21c438d05e0a171fc3b2cc74636687a3f1a5 (diff)
downloadikiwiki-eec38e8eeb63f6a93c60fc7b9e7e23b28e3b13e8.tar
ikiwiki-eec38e8eeb63f6a93c60fc7b9e7e23b28e3b13e8.tar.gz
fix typo in --getctime description
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/How_does_ikiwiki_remember_times__63__.mdwn1
-rw-r--r--doc/usage.mdwn4
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/forum/How_does_ikiwiki_remember_times__63__.mdwn b/doc/forum/How_does_ikiwiki_remember_times__63__.mdwn
index d492961ac..5522cbf45 100644
--- a/doc/forum/How_does_ikiwiki_remember_times__63__.mdwn
+++ b/doc/forum/How_does_ikiwiki_remember_times__63__.mdwn
@@ -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,
diff --git a/doc/usage.mdwn b/doc/usage.mdwn
index e2fe85ff6..0c618de5c 100644
--- a/doc/usage.mdwn
+++ b/doc/usage.mdwn
@@ -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