diff --git a/docs/api_extension.html.in b/docs/api_extension.html.in index d7fbbd6e90..604c397c84 100644 --- a/docs/api_extension.html.in +++ b/docs/api_extension.html.in @@ -229,8 +229,8 @@

Implement the RPC client

- Implementing the uses the rpcgen generated .h files. The remote - method calls go in: + Implementing the RPC client uses the rpcgen generated .h files. + The remote method calls go in:

src/remote/remote_driver.c

@@ -256,7 +256,7 @@ The server side dispatchers are implemented in:

-

src/remote/daemon_dispatch.c

+

src/remote/remote_daemon_dispatch.c

Again, this step uses the .h files generated by make rpcgen.