Message ID | 1459506855-65531-1-git-send-email-alex@alex.org.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 04/01/2016 04:34 AM, Alex Bligh wrote: > Restore formatting and correct name of 'length' > > Signed-off-by: Alex Bligh <alex@alex.org.uk> > --- > doc/proto.md | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Eric Blake <eblake@redhat.com>
On 04/01/2016 07:30 AM, Eric Blake wrote: > On 04/01/2016 04:34 AM, Alex Bligh wrote: >> Restore formatting and correct name of 'length' >> >> Signed-off-by: Alex Bligh <alex@alex.org.uk> >> --- >> doc/proto.md | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > Reviewed-by: Eric Blake <eblake@redhat.com> I've folded this in to my larger cleanup patch. (git will do the right thing if yours gets applied first, but if mine goes in first, yours can be dropped...)
diff --git a/doc/proto.md b/doc/proto.md index 8c83382..03dfe2b 100644 --- a/doc/proto.md +++ b/doc/proto.md @@ -501,8 +501,8 @@ The following request types exist: extension was negotiated. If structured replies were not negotiated, the server MUST reply - with a simple reply header, followed immediately by len bytes of - data, read from offset bytes into the file, unless an error + with a simple reply header, followed immediately by *length* bytes + of data, read from *offset* bytes into the file, unless an error condition has occurred. If an error occurs, the server SHOULD set the appropriate error
Restore formatting and correct name of 'length' Signed-off-by: Alex Bligh <alex@alex.org.uk> --- doc/proto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)