From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ig0-f182.google.com (mail-ig0-f182.google.com [209.85.213.182]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id s99MkHsg008978 for ; Thu, 9 Oct 2014 18:46:18 -0400 (EDT) Received: by mail-ig0-f182.google.com with SMTP id hn15so512806igb.15 for ; Thu, 09 Oct 2014 15:46:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:mime-version:content-type :content-id:date:message-id; bh=s5q+1QAYW8c2ypO3daF235R9sqLtlGJaSzU7qtH8hrY=; b=bdOY44rTgdDpjxhvIhVuG3jBTuBQdprKZFLI8Bgd0IBCDS6DlR+RCH1yc2UxcobS7v o6FT4Jkof9qmPYE8Amrhm+g53EfJ76rmaGozVyPiskCCtPx7+izQKGnzdhZR7Jm46kwG x3RHj0yKxPFHn9stDfqKKTFC3BzjeXx1kOVujXjen1hhvYhczTc930oKZ+2DGAr7f9/P qCw6o8myYW5X47Z5DuhtLEu+PWsSUaoldntbCsu400+3ohPYlv3wC9JLtMsgUAAEgKOw xLdrCTRSBLypHWXuAsmgHfXjRWywJoLbxQ1WrYpHOIhoE6cNuGF2/2WeQhhxETEaB4fc s+mQ== X-Gm-Message-State: ALoCoQk7hPu6qhFNQABrklxubi34YeNZ+Z/ROQUjjgbLd7W+QOcLNnC3pxt99mtj8bpcQ+UJmvxS X-Received: by 10.50.79.132 with SMTP id j4mr1452298igx.9.1412894769206; Thu, 09 Oct 2014 15:46:09 -0700 (PDT) Received: from cathet.us. (75-161-127-115.albq.qwest.net. [75.161.127.115]) by mx.google.com with ESMTPSA id nu1sm8704452igb.0.2014.10.09.15.46.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Oct 2014 15:46:08 -0700 (PDT) Received: from cathet.us (localhost [127.0.0.1]); by cathet.us. (OpenSMTPD) with ESMTP id 519d8c4c; Thu, 9 Oct 2014 16:46:07 -0600 (MDT) From: "Anthony J. Bentley" To: discuss@mdocml.bsd.lv cc: wblock@wonkity.com Subject: Feature request for -Tlint X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <8677.1412894767.1@cathet.us> Date: Thu, 09 Oct 2014 16:46:07 -0600 Message-ID: <2040.1412894767@cathet.us> When converting old manual pages to mdoc(7), it's easy to accidentally leave the trailing parentheses in the first argument to a Fn macro. A warning when this happens would be nice. .\" oops, wrong! .Fn client_cert_cb() .\" right .Fn client_cert_cb Not sure if this is the domain of mandoc -Tlint or if it would be better implemented in a helper tool like igor(1). Of course, parentheses are allowed in arguments besides the first argument, but I can't think of any case where they're needed in the first one. -- Anthony J. Bentley -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv