From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alwPH-0002Sb-3i for qemu-devel@nongnu.org; Fri, 01 Apr 2016 06:34:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alwPD-0000AN-S4 for qemu-devel@nongnu.org; Fri, 01 Apr 2016 06:34:23 -0400 Received: from mail.avalus.com ([89.16.176.221]:49581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alwPD-0000AC-ME for qemu-devel@nongnu.org; Fri, 01 Apr 2016 06:34:19 -0400 From: Alex Bligh Date: Fri, 1 Apr 2016 11:34:15 +0100 Message-Id: <1459506855-65531-1-git-send-email-alex@alex.org.uk> Subject: [Qemu-devel] [PATCH] doc/proto.md: restore formatting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , Wouter Verhelst Cc: "nbd-general@lists.sourceforge.net" , "qemu-devel@nongnu.org" , Alex Bligh Restore formatting and correct name of 'length' Signed-off-by: Alex Bligh --- doc/proto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.9.1