Index: docs/developer/hooks/core.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/docs/developer/hooks/core.php,v
retrieving revision 1.84.2.9
diff -u -r1.84.2.9 core.php
--- docs/developer/hooks/core.php	27 Sep 2006 02:14:04 -0000	1.84.2.9
+++ docs/developer/hooks/core.php	29 Sep 2006 20:41:53 -0000
@@ -694,9 +694,10 @@
  *     to be added to the RSS item generated for this node. See comment_nodeapi()
  *     and upload_nodeapi() for examples. The $node passed can also be modified
  *     to add or remove contents to the feed item.
- * @param $teaser
+ * @param $a3
  *   - For "view", passes in the $teaser parameter from node_view().
- * @param $page
+ *   - For "validate", passes in the $form parameter from node_validate().
+ * @param $a4
  *   - For "view", passes in the $page parameter from node_view().
  * @return
  *   This varies depending on the operation.
@@ -709,7 +710,7 @@
  * actions on your type of node alone. Instead, use the hooks set aside
  * for node modules, such as hook_insert() and hook_form().
  */
-function hook_nodeapi(&$node, $op, $teaser = NULL, $page = NULL) {
+function hook_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) {
   switch ($op) {
     case 'validate':
       if ($node->nid && $node->moderate) {
