From 071ecc9402d8fd69400030723bec2f8f2d24b915 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 30 Oct 2010 21:37:36 -0400 Subject: [PATCH] Mention that command options may be included in the command parameter to pwmd_inquire(). --- doc/libpwmd.3 | 2 +- src/libpwmd.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/libpwmd.3 b/doc/libpwmd.3 index 51b96b6f..92b0bc56 100644 --- a/doc/libpwmd.3 +++ b/doc/libpwmd.3 @@ -1054,7 +1054,7 @@ Send data to a pwmd server. This lets commands that use an INQUIRE (STORE and IM .RS 4 \fIpwm\fP A handle. .br -\fIcmd\fP The command (without arguments) to send that uses an INQUIRE. +\fIcmd\fP The \fBpwmd(1)\fP command to send including any options. .br \fIfunc\fP A callback function of type \fBpwmd_inquire_cb_t\fP which sets the data to be sent. .br diff --git a/src/libpwmd.h.in b/src/libpwmd.h.in index 5630e7bf..98ad1429 100644 --- a/src/libpwmd.h.in +++ b/src/libpwmd.h.in @@ -1060,7 +1060,7 @@ LIBPWMD_API gpg_error_t pwmd_command_ap(pwm_t *pwm, char **result, * pwmd commands. * * \param pwm A handle. - * \param cmd The command (without arguments) to send that uses an INQUIRE. + * \param cmd The \ref pwmd(1) command to send including any options. * \param func A callback function of type \ref pwmd_inquire_cb_t which sets * the data to be sent. * \param user A user data pointer passed to the callback function \a func. -- 2.11.4.GIT