From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-2.sys.kth.se (smtp-2.sys.kth.se [130.237.32.160]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o4QE4FqO030858 for ; Wed, 26 May 2010 08:04:15 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by smtp-2.sys.kth.se (Postfix) with ESMTP id C16B914D846 for ; Wed, 26 May 2010 16:04:09 +0200 (CEST) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-2.sys.kth.se ([127.0.0.1]) by localhost (smtp-2.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id nIA54wmtcJrN for ; Wed, 26 May 2010 16:04:09 +0200 (CEST) X-KTH-Auth: kristaps [130.237.221.96] X-KTH-mail-from: kristaps@bsd.lv X-KTH-rcpt-to: discuss@mdocml.bsd.lv Received: from [130.237.221.96] (ctime.pdc.kth.se [130.237.221.96]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 08C2E14D7D5 for ; Wed, 26 May 2010 16:04:08 +0200 (CEST) Message-ID: <4BFD2C89.5070403@bsd.lv> Date: Wed, 26 May 2010 16:13:29 +0200 From: Kristaps Dzonsons User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090707) X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 To: "discuss@mdocml.bsd.lv" Subject: Re: Three small bugs? (TH and dates) References: <20100526085514.GF88504@acme.spoerlein.net> In-Reply-To: <20100526085514.GF88504@acme.spoerlein.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit > 1. sendmail's -man pages have a header like this: > > .TH MAIL.LOCAL 8 "$Date: 2003/10/20 20:26:51 $" > .SH NAME > mail.local > \- store mail in a mailbox > .SH SYNOPSIS > > where groff will put the date verbatim in the footer. mandoc however > will put the current date into the footer. It would be nice if this > could be made to take the third argument to .TH literally, if parsing as > a date fails. Ulrich, fixed. If libman encounters a non-standard date, it uses it verbatim. If it encounters nothing or an empty string, it prints the current date. It still prints a handy warning, however, if the date is bogus. Thanks again, Kristaps -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv