From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aH9tB-0000eX-QT for qemu-devel@nongnu.org; Thu, 07 Jan 2016 07:42:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aH9t8-0001eL-Kr for qemu-devel@nongnu.org; Thu, 07 Jan 2016 07:42:01 -0500 References: <1451979212-25479-1-git-send-email-sitsofe@yahoo.com> <1451979212-25479-3-git-send-email-sitsofe@yahoo.com> From: Paolo Bonzini Message-ID: <568E5D11.9030601@redhat.com> Date: Thu, 7 Jan 2016 13:41:53 +0100 MIME-Version: 1.0 In-Reply-To: <1451979212-25479-3-git-send-email-sitsofe@yahoo.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/3] qemu-nbd: Minor texi updates 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: > @example > @c man begin SYNOPSIS > -usage: qemu-nbd [OPTION]... @var{filename} > +@command{qemu-nbd} [OPTION]... @var{filename} Could you send another patch that does this change (add @command, remove "usage:") for the other man pages as well? Paolo