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 o4Q9ZtJv012403 for ; Wed, 26 May 2010 03:35:55 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by smtp-2.sys.kth.se (Postfix) with ESMTP id C042114E351 for ; Wed, 26 May 2010 11:35:49 +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 UtHCqAtaPPcu for ; Wed, 26 May 2010 11:35:48 +0200 (CEST) X-KTH-Auth: kristaps [85.8.60.102] X-KTH-mail-from: kristaps@bsd.lv X-KTH-rcpt-to: discuss@mdocml.bsd.lv Received: from lappy.bsd.lv (h85-8-60-102.dynamic.se.alltele.net [85.8.60.102]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 8C43114E32C for ; Wed, 26 May 2010 11:35:47 +0200 (CEST) Message-ID: <4BFCEBEB.5060506@bsd.lv> Date: Wed, 26 May 2010 11:37:47 +0200 From: Kristaps Dzonsons User-Agent: Thunderbird 2.0.0.16 (X11/20080812) X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 To: "discuss@mdocml.bsd.lv" Subject: Re: Three small bugs? (Second: Lb) References: <20100526085514.GF88504@acme.spoerlein.net> In-Reply-To: <20100526085514.GF88504@acme.spoerlein.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > 2. in our libthr.3 references another lib using .Lb, where trailing > punctuation makes mandoc barf. > > .Sh DESCRIPTION > ... > has been optimized for use by applications expecting system scope thread > semantics, and can provide significant performance improvements > compared to > .Lb libkse . > .Sh SEE ALSO > .Xr pthread 3 > > Please note that this .Lb call is not in the LIBRARY section. Ulrich, fixed. Thanks! `Lb' is now an "in_line" macro (it still is not callable or parseable--this is a silly artificial restriction that can be lifted by editing its flags in mdoc_macro.c, but let's keep it as-is for now instead of fixing the -mdoc language). I also added some regression tests and documented the macro in mdoc.7. Kristaps -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv