? statistics-docs.patch
Index: statistics.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/statistics/statistics.module,v
retrieving revision 1.300
diff -u -p -r1.300 statistics.module
--- statistics.module	13 Apr 2009 10:40:13 -0000	1.300
+++ statistics.module	21 Apr 2009 04:52:22 -0000
@@ -34,6 +34,14 @@ function statistics_help($path, $arg) {
       return '<p>' . t('This page displays all external referrers, or external references to your website.') . '</p>';
     case 'admin/reports/visitors':
       return '<p>' . t("When you ban a visitor, you prevent the visitor's IP address from accessing your site. Unlike blocking a user, banning a visitor works even for anonymous users. This is most commonly used to block resource-intensive bots or web crawlers.") . '</p>';
+    case 'admin/reports/pages':
+      return '<p>' . t("This page displays the top pages viewed within the past 3 days.") . '</p>';
+    case 'admin/reports/access/%':
+      return '<p>' . t("This page displays detailed access information for this node.") . '</p>';
+    case 'user/%/track/navigation':
+      return '<p>' . t("This page displays recent page visits for this user.") . '</p>';
+    case 'node/%/track':
+      return '<p>' . t("Tracking statistics listing access records for the node.") . '</p>';
   }
 }
 
