From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NqZ3I-0003QH-2O for qemu-devel@nongnu.org; Sat, 13 Mar 2010 16:39:20 -0500 Received: from [199.232.76.173] (port=48843 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqZ3H-0003Py-Kr for qemu-devel@nongnu.org; Sat, 13 Mar 2010 16:39:19 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NqZ3F-0006wE-NA for qemu-devel@nongnu.org; Sat, 13 Mar 2010 16:39:19 -0500 Received: from mail.freegeek.org ([67.51.72.37]:53113 helo=george.freegeek.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NqZ3F-0006uo-CK for qemu-devel@nongnu.org; Sat, 13 Mar 2010 16:39:17 -0500 Date: Sat, 13 Mar 2010 13:38:53 -0800 From: Vagrant Cascadian Message-ID: <20100313213853.GE8032@claws.fglan> References: <20100312182633.GC8032@claws.fglan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] manpage errors List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On Sat, Mar 13, 2010 at 01:05:03PM +0200, Blue Swirl wrote: > On 3/12/10, Vagrant Cascadian wrote: > > i found this spelling typo and the previous one by running lintian on the qemu > > packages i work on for debian: > > > > http://lintian.debian.org/full/pkg-qemu-devel@lists.alioth.debian.org.html#qemu > > Perhaps the manual page errors should be fixed too, i did look into that a bit, though it is a little tricky because it's got the qemu-doc.texi and qemu-options.texi (texinfo?) layer of abstraction. for the full details: LANG=C MANWIDTH=80 man --warnings -E UTF-8 -l ./qemu.1 >/dev/null :730: warning [p 9, 4.8i, div `an-div', 0.2i]: can't break line :730: warning [p 9, 5.0i]: can't break line :735: warning [p 9, 5.8i, div `an-div', 0.2i]: can't break line :735: warning [p 9, 6.0i]: can't break line :869: warning [p 11, 5.2i, div `an-div', 0.2i]: can't break line :869: warning [p 11, 5.3i]: can't break line :890: warning [p 11, 8.3i, div `an-div', 0.2i]: can't break line :890: warning [p 11, 8.5i]: can't break line :953: warning [p 12, 5.8i, div `an-div', 0.2i]: can't break line :953: warning [p 12, 6.0i]: can't break line :1732: warning [p 22, 1.8i, div `an-div', 0.2i]: can't break line :1732: warning [p 22, 2.0i]: can't break line the generated manpage has several lines longer than 80 characters describing commandline arguments, such as: -smbios type=1[,manufacturer=str][,product=str][,version=str][,serial=str][,uuid=uuid][,sku=str][,family=str] Specify SMBIOS type 1 fields ... -net nic[,vlan=n][,macaddr=mac][,model=type][,name=name][,addr=addr][,vectors=v] and so on... i don't know if there is a way to more succinctly describe those options that gets all the details... or an easy way to generate the manpage to fix the formatting issues with those long lines. live well, vagrant