From e0ee697b65d077a2d6919029bdcb2d5bd3fd5129 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 11 Nov 2018 13:10:33 -0800 Subject: [PATCH] docs: Clarify BULK syntax. --- doc/pwmd.html | 12 ++++++------ doc/pwmd.texi | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/pwmd.html b/doc/pwmd.html index 0c2f32d6..23508fdd 100644 --- a/doc/pwmd.html +++ b/doc/pwmd.html @@ -1782,12 +1782,12 @@ allowed between token pairs. For example, the following is valid:

The id token begins a new command and requires an <id> token of length <I> to uniquely identify this command. The next token pair is -the protocol command name <prot> of length <P> to run and without -any command arguments, followed by a colon ’:’, followed by the length -<D> of both command arguments and data, followed by a colon ’:’ -and finally the <data> itself. If no arguments or data are needed for -the command, set the length of the data <D> to 0 and append the -required colon ’:’. +the protocol command name, without any command arguments, of length <P> +to run followed by a colon ’:’, followed by the command <prot> +itself, followed by the length <D> of both command arguments and data, +followed by a colon ’:’ and finally the <data> itself. If no +arguments or data are needed for the command, set the length of the data +<D> to 0 and append the required colon ’:’.

A new command enclosed in parentheses may be run when the previous command returns an error code that matches the <code> token of length <R> diff --git a/doc/pwmd.texi b/doc/pwmd.texi index c487603f..e748f167 100644 --- a/doc/pwmd.texi +++ b/doc/pwmd.texi @@ -674,12 +674,12 @@ allowed between token pairs. For example, the following is valid: The @code{id} token begins a new command and requires an @var{} token of length @var{} to uniquely identify this command. The next token pair is -the protocol command name @code{} of length @var{

} to run and without -any command arguments, followed by a colon '@code{:}', followed by the length -@var{} of both command arguments and data, followed by a colon '@code{:}' -and finally the @var{} itself. If no arguments or data are needed for -the command, set the length of the data @var{} to @code{0} and append the -required colon '@code{:}'. +the protocol command name, without any command arguments, of length @var{

} +to run followed by a colon '@code{:}', followed by the command @var{} +itself, followed by the length @var{} of both command arguments and data, +followed by a colon '@code{:}' and finally the @var{} itself. If no +arguments or data are needed for the command, set the length of the data +@var{} to @code{0} and append the required colon '@code{:}'. A new command enclosed in parentheses may be run when the previous command returns an error code that matches the @var{} token of length @var{} -- 2.11.4.GIT