From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from acme.spoerlein.net (acme.spoerlein.net [188.72.220.29]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o76GYB8V015655 for ; Fri, 6 Aug 2010 12:34:12 -0400 (EDT) Received: from acme.spoerlein.net (localhost.spoerlein.net [IPv6:::1]) by acme.spoerlein.net (8.14.4/8.14.4) with ESMTP id o76GYAks021120 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 6 Aug 2010 18:34:10 +0200 (CEST) (envelope-from uqs@spoerlein.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=spoerlein.net; s=dkim200908; t=1281112451; bh=A5FpmlQbHTtto3W/OXW4+FHhcXvOtbJBOLPlyW9wuLU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=EDtG+R4hTK1ViMDi7vkRwJxR3EKyFV6ECjfNZR5KSoHn4zqOaQVMupJuLkWM+FOWr aYFEn5cfeJkRXLXSe3rt7QOyE15YJeWzDnp2nLDTxdmTPx6p79bqni48R7TIaUwXBO mD/AabEWbGI9FWVZRaPDcUARCSZZdAYNexsu6w/8= Received: (from uqs@localhost) by acme.spoerlein.net (8.14.4/8.14.4/Submit) id o76GYAAu021119; Fri, 6 Aug 2010 18:34:10 +0200 (CEST) (envelope-from uqs@spoerlein.net) Date: Fri, 6 Aug 2010 18:34:10 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: discuss@mdocml.bsd.lv Cc: spam@rm-rf.kiev.ua Subject: Re: mdocml, ERROR: argument count wrong: multi-line arguments > 0 (have 0) Message-ID: <20100806163410.GO80306@acme.spoerlein.net> References: <20100806135525.GA30419@ravenloft.kiev.ua> X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100806135525.GA30419@ravenloft.kiev.ua> User-Agent: Mutt/1.5.20 (2009-06-14) On Fri, 06.08.2010 at 16:55:25 +0300, Alex Kozlov wrote: > Hi > > I think that Qq, Dq, Sq, Aq, Bq can have 0 arguments: > > Error log: > man/man1/c99.1: > :99:5: ERROR: argument count wrong: multi-line arguments > 0 (have 0) > :108:5: ERROR: argument count wrong: multi-line arguments > 0 (have 0) > Man source: > man/man1/c99.1: > (http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/c99/c99.1) > 99:5:.Pq Qq > 108:5:.Pq Aq , > Man: > headers whose names are enclosed in double-quotes ("") will be > brackets (<>), the header will be searched for only in > > Error log: > man/man1/bsdtar.1: > :357:2: ERROR: argument count wrong: multi-line arguments > 0 (have 0) > :359:2: ERROR: argument count wrong: multi-line arguments > 0 (have 0) > Man source: > man/man1/bsdtar.1: > (http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/tar/bsdtar.1) > 357:2:.Qq > 359:2:.Qq . > Man: > This is equivalent to --uname "" --gname "". On extract, it > > Error log: > /tmp/man.yg1LX62VGM/usr/share/man/man3/getloadavg.3: > :51:16: ERROR: argument count wrong: multi-line arguments > 0 (have 0) > Man source: > man/man3/getloadavg.3: > (http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/gen/getloadavg.3) > 51:16:.Fa loadavg Ns Bq . > Man: > retrieved and assigned to successive elements of loadavg[]. The system These were fixed in FreeBSD -HEAD a couple of days ago, the cgi web stuff is usually from some older -RELEASE however. Not sure this helps in any way ... Uli -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv