From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aH9tW-00018O-Rv for qemu-devel@nongnu.org; Thu, 07 Jan 2016 07:42:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aH9tW-0001pd-1U for qemu-devel@nongnu.org; Thu, 07 Jan 2016 07:42:22 -0500 References: <1451979212-25479-1-git-send-email-sitsofe@yahoo.com> From: Paolo Bonzini Message-ID: <568E5D29.4000805@redhat.com> Date: Thu, 7 Jan 2016 13:42:17 +0100 MIME-Version: 1.0 In-Reply-To: <1451979212-25479-1-git-send-email-sitsofe@yahoo.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] qemu-nbd.texi formatting, grammar and completeness fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sitsofe Wheeler , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org On 05/01/2016 08:33, Sitsofe Wheeler wrote: > Bring the qemu-nbd man page up to date with options and fix some styling and > grammar issues along the way. > > Changes from v1: > - Add disconnect usage to synopsis. > - Add styling to synopsis usage. > - Fix up the grammar in the description. > - Move filename variable description out of the option table. > - Add a description of the NBD dev variable. > - Add reference to qemu man page to see also section. > - Fix sentence capitalisation in options section. > > Sitsofe Wheeler (3): > qemu-nbd: Fix unintended texi verbatim formatting > qemu-nbd: Minor texi updates > qemu-nbd: Fix texi sentence capitalisation > > qemu-nbd.texi | 80 +++++++++++++++++++++++++++++++++-------------------------- > 1 file changed, 45 insertions(+), 35 deletions(-) > Thanks, queued. Will send a pull request some time next week. Paolo