From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-1.sys.kth.se (smtp-1.sys.kth.se [130.237.32.175]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id p35M2b3O001543 for ; Tue, 5 Apr 2011 18:02:37 -0400 (EDT) Received: from mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) by smtp-1.sys.kth.se (Postfix) with ESMTP id B08991558C5; Wed, 6 Apr 2011 00:02:31 +0200 (CEST) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-1.sys.kth.se ([130.237.32.175]) by mailscan-1.sys.kth.se (mailscan-1.sys.kth.se [130.237.32.91]) (amavisd-new, port 10024) with LMTP id 1N9LH4g6Zpn3; Wed, 6 Apr 2011 00:02:29 +0200 (CEST) X-KTH-Auth: kristaps [213.103.216.43] X-KTH-mail-from: kristaps@bsd.lv Received: from macky.local (s213-103-216-43.cust.tele2.se [213.103.216.43]) by smtp-1.sys.kth.se (Postfix) with ESMTP id CE13A1558A9; Wed, 6 Apr 2011 00:02:27 +0200 (CEST) Message-ID: <4D9B9173.5030103@bsd.lv> Date: Wed, 06 Apr 2011 00:02:27 +0200 From: Kristaps Dzonsons User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 To: tech@mdocml.bsd.lv CC: Ingo Schwarze , Tristan Le Guern , espie@nerim.net Subject: Re: PATCH: .de macro name may end in tab References: <20110405214836.GD30791@iris.usta.de> In-Reply-To: <20110405214836.GD30791@iris.usta.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 05/04/2011 23:48, Ingo Schwarze wrote: > Hi Tristan, > > Tristan Le Guern wrote on Tue, Apr 05, 2011 at 05:25:22PM +0200: > >> i notice some indentation errors in fvwm man page in >> 'THE VIRTUAL DESKTOP' section. > > That's a bug in mandoc(1), thanks for reporting! > The page has this: > > .deEX\"Begin example > > Searching for a space, mandoc misses the end of the EX macro name > and ends up defining a macro with a wrong name. > > Here is a fix; OK? Ingo, I'm Ok with this (do we stipulated spaces in any of the existing documentation?), but please cast to unsigned char for each of those isspace() calls. Also, and this is really nit-picking, can you put a space around the "!"? I always miss the bang, otherwise... Thanks! Kristaps -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv