From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]); by fantadrom.bsd.lv (OpenSMTPD) with ESMTP id b9480acb; for ; Fri, 26 Dec 2014 15:36:25 -0500 (EST) Received: by mail-wi0-f180.google.com with SMTP id n3so17710042wiv.1 for ; Fri, 26 Dec 2014 12:36:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=KVh5+IXUftcNHxlKosY6Sjl0Jx0EuCblKuWbLaW+oCc=; b=ztcI0MpvWvx+7K+2vb7P+1g0I8ULDY3PZb7BAgKIC4dmyqI98KaZ0OLK/bxG2OxSgh lzf1YDKPS0QGmBBEiHEw9AizCsdcPwiWkoFJuS4dqL4jVVhvO+1X2w9D9JtTteyu1btG 4v4Vy2Km5NwYFnqlp0bcwImzVAFnPezx9jfPX/KO+vAsunDZLyBg4x5UwxMht8ZdvDu6 tSQiCzsvbMYKSz7c9OB7B38Q7tIuIgrfSbXeFlSsbVi5CX7JIhuBNMstSyCwrGbQ5BwW 3NAy8nQgDXiYCxZg+ttIhUZGuKsMiY5IkdpFU4rAoR1xgkgIi/5NrHXL64Qrke13CQ12 ne5A== X-Received: by 10.181.13.42 with SMTP id ev10mr70860975wid.78.1419626184502; Fri, 26 Dec 2014 12:36:24 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id ju2sm6267332wid.7.2014.12.26.12.36.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 26 Dec 2014 12:36:23 -0800 (PST) Sender: Baptiste Daroussin Date: Fri, 26 Dec 2014 21:36:21 +0100 From: Baptiste Daroussin To: tech@mdocml.bsd.lv Subject: Strange error on a manpage Message-ID: <20141226203621.GD93067@ivaldir.etoilebsd.net> X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7DO5AaGCk89r4vaK" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) --7DO5AaGCk89r4vaK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, The FreeBSD's netmap(4) manpage has 2 failures that seems weird to me mandoc: ./netmap.4:932:2: ERROR: skipping unknown macro: ... mandoc: ./netmap.4:967:2: ERROR: skipping unknown macro: ... https://svnweb.freebsd.org/base/head/share/man/man4/netmap.4?revision=276236&view=markup What seems weird: it finds ... in .Bd section and consider it as an error, I would expect mandoc not to try to resolv macros inside a .Bd section, am I wrong? Best regards, Bapt --7DO5AaGCk89r4vaK Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlSdxsIACgkQ8kTtMUmk6EzhfACdFe7DfuCMDdwwVLRWnUqCWzAu UBUAoIWVZUZX2w1Pj+kYepLdnF3dyEIZ =kueW -----END PGP SIGNATURE----- --7DO5AaGCk89r4vaK-- -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv