浏览代码

jsonrpc-c: renamed docbook files to match module name

Daniel-Constantin Mierla 14 年之前
父节点
当前提交
8a4b3b9618

+ 3 - 3
modules/jsonrpc-c/README

@@ -10,7 +10,7 @@ Jordan Levy
 
    <[email protected]>
 
-   Copyright © 2011 Flowroute LLC (flowroute.com)
+   Copyright © 2011 Flowroute LLC (flowroute.com)
      __________________________________________________________________
 
    Table of Contents
@@ -111,7 +111,7 @@ modparam("jsonrpc", "servers", "localhost:9999,2 10.10.0.1:9999,2 backup.server:
    4.2. jsonrpc_request(method, parameters, return_route, error_route,
           result_var)
 
-4.1.  jsonrpc_notification(method, parameters)
+4.1. jsonrpc_notification(method, parameters)
 
    Invokes the remote 'method' with the given 'parameters' as a
    notification. Unlike jsonrpc_request (below), notifications do not
@@ -126,7 +126,7 @@ modparam("jsonrpc", "servers", "localhost:9999,2 10.10.0.1:9999,2 backup.server:
 jsonrpc_notification("update_user", "{'id': 1234, 'name': 'Petros'}")
 ...
 
-4.2.  jsonrpc_request(method, parameters, return_route, error_route,
+4.2. jsonrpc_request(method, parameters, return_route, error_route,
 result_var)
 
    Invokes the remote 'method' with the given 'parameters'. When the

+ 1 - 1
modules/jsonrpc-c/doc/Makefile

@@ -1,4 +1,4 @@
-docs = jsonrpc.xml
+docs = jsonrpc-c.xml
 
 docbook_dir = ../../../docbook
 include $(docbook_dir)/Makefile.module

+ 1 - 1
modules/jsonrpc-c/doc/jsonrpc.xml → modules/jsonrpc-c/doc/jsonrpc-c.xml

@@ -31,7 +31,7 @@
     </bookinfo>
     <toc></toc>
     
-    <xi:include href="jsonrpc_admin.xml"/>
+    <xi:include href="jsonrpc-c_admin.xml"/>
     
     
 </book>

+ 0 - 0
modules/jsonrpc-c/doc/jsonrpc_admin.xml → modules/jsonrpc-c/doc/jsonrpc-c_admin.xml