diff --git a/docs/manual/caching.xml b/docs/manual/caching.xml
index 47a6e114930..fae79877890 100644
--- a/docs/manual/caching.xml
+++ b/docs/manual/caching.xml
@@ -458,7 +458,7 @@ Vary: negotiate,accept-language,accept-charset
Typically the module will be configured as so;
-CacheRoot "/var/cache/apache/"
+CacheRoot "/var/cache/apache"
CacheEnable disk /
CacheDirLevels 2
CacheDirLength 1
diff --git a/docs/manual/programs/htcacheclean.xml b/docs/manual/programs/htcacheclean.xml
index e1e51bcb003..3423ec710db 100644
--- a/docs/manual/programs/htcacheclean.xml
+++ b/docs/manual/programs/htcacheclean.xml
@@ -189,10 +189,13 @@
statusStatus of the cached response.
entity versionThe number of times this entry has been
revalidated without being deleted.
- dateDate of the response.
- expiryExpiry date of the response.
- request timeTime of the start of the request.
- response timeTime of the end of the request.
+ dateTimestamp of the response in microseconds.
+ expiryExpiry timestamp of the response in
+ microseconds.
+ request timeTimestamp of the start of the request in
+ microseconds.
+ response timeTimestamp of the end of the request in
+ microseconds.
body presentIf 0, no body is stored with this request,
1 otherwise.
head requestIf 1, the entry contains a cached HEAD