浏览代码

modules/sipt: regenerate README

Torrey Searle 12 年之前
父节点
当前提交
0f7821b1ab
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      modules/sipt/README

+ 4 - 4
modules/sipt/README

@@ -17,7 +17,7 @@ Torrey Searle
         3. Functions
 
               3.1. sipt_destination(destination, hops, nai)
-              3.2. sipt_get_hop_count()
+              3.2. sipt_get_hop_counter()
 
    List of Examples
 
@@ -33,7 +33,7 @@ Chapter 1. Admin Guide
    3. Functions
 
         3.1. sipt_destination(destination, hops, nai)
-        3.2. sipt_get_hop_count()
+        3.2. sipt_get_hop_counter()
 
 1. Overview
 
@@ -51,7 +51,7 @@ Chapter 1. Admin Guide
 3. Functions
 
    3.1. sipt_destination(destination, hops, nai)
-   3.2. sipt_get_hop_count()
+   3.2. sipt_get_hop_counter()
 
 3.1. sipt_destination(destination, hops, nai)
 
@@ -68,7 +68,7 @@ $rU = "19495551234";
 sipt_destination($rU, 31, 4);
 ...
 
-3.2. sipt_get_hop_count()
+3.2. sipt_get_hop_counter()
 
    Returns the value of the Hop Counter for the IAM message if it exists.
    Returns -1 if there isn't a hop counter.