From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp6.netcologne.de (smtp6.netcologne.de [194.8.194.26]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o6PC8Jsg008104 for ; Sun, 25 Jul 2010 08:08:19 -0400 (EDT) Received: from [192.168.0.182] (static-87-78-98-243.netcologne.de [87.78.98.243]) by smtp6.netcologne.de (Postfix) with ESMTP id 906822A0B41 for ; Sun, 25 Jul 2010 14:08:13 +0200 (CEST) Message-ID: <4C4C292C.9020500@online.de> Date: Sun, 25 Jul 2010 14:08:12 +0200 From: Sascha Wildner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1 X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 To: discuss@mdocml.bsd.lv Subject: Re: Opinions on .Dd? References: <4C4BBDE5.8020901@online.de> <20100725062509.GA22919@iris.usta.de> In-Reply-To: <20100725062509.GA22919@iris.usta.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 7/25/2010 8:25, Ingo Schwarze wrote: > Maybe porting Mdocdate to DragonFly cvs might help you: I think > is solves exactly the problem you describe. I just checked on > Linux, non-OpenBSD groff auto-detects pages containing Mdocdate > as mdoc(7) and formats them nicely. I'm sorry i don't have a > Solaris box and can't check there... Well, DragonFly uses git and afaik OpenBSD's way is implemented in rcs. Yeah supports as in "just takes today's date if the string makes no sense to it". You can write .Dd foo or .Dd $Mdocdate$, doesn't matter. mdocml seems to follow this convention. I guess the proper way of "nuking .Dd" would probably be to leave it in but just "officially" don't care about it any longer, as in, don't bother people any longer to update it and tell them "update it if you like, but we don't require you to". And explicitly putting something else there instead of a date (so the "today's date" default kicks in) just to make that point seems silly too. Aside from the portability problems, deciding to remove it entirely also would just shift the "I have to bother everyone to update it" problem to "I have to bother everyone to remove it from imported manual pages", so there is no big gain, even if removing it was portable. Believe it or not, it's already a comforting thought that others sympathize. :) Sascha -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv