From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwBKK-0002BX-0K for qemu-devel@nongnu.org; Fri, 09 Oct 2009 04:59:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwBKE-00021c-Ni for qemu-devel@nongnu.org; Fri, 09 Oct 2009 04:59:51 -0400 Received: from [199.232.76.173] (port=37833 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwBKE-00021A-Go for qemu-devel@nongnu.org; Fri, 09 Oct 2009 04:59:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47244) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MwBKD-000691-VK for qemu-devel@nongnu.org; Fri, 09 Oct 2009 04:59:46 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n998xiWo017348 for ; Fri, 9 Oct 2009 04:59:45 -0400 From: Kevin Wolf Date: Fri, 9 Oct 2009 10:58:34 +0200 Message-Id: <1255078717-5734-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] Man page improvements List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf I was pointed to some places in the qemu man page where we have things like "file=file", with the placeholder "file" looking exactly the same as the option string "file". So I decided to go through it and mark all placeholders as such. While at it, I found that the msmouse description is in the wrong place. Kevin Wolf (3): Documentation: Highlight placeholders in suboptions Documentation: Add missing tags to placeholders Documentation: Move msmouse description to an appropriate place qemu-doc.texi | 10 ++++---- qemu-options.hx | 65 ++++++++++++++++++++++++++++--------------------------- 2 files changed, 38 insertions(+), 37 deletions(-)