From: Jonathon Jongsma Date: Fri, 5 Jul 2019 19:28:29 +0000 (-0500) Subject: docs: minor updates to to new API doc X-Git-Tag: v5.6.0-rc1~316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65baca2180ccdb8f4741b8d6c4b4388931160f57;p=thirdparty%2Flibvirt.git docs: minor updates to to new API doc Fix a filename and add a couple missing words. Signed-off-by: Jonathon Jongsma Message-Id: <20190705192829.1223-1-jjongsma@redhat.com> Signed-off-by: Eric Blake --- 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.