From 65baca2180ccdb8f4741b8d6c4b4388931160f57 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Fri, 5 Jul 2019 14:28:29 -0500 Subject: [PATCH] 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 --- docs/api_extension.html.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.