From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from kerhand.co.uk (_smtpd@82-69-137-214.dsl.in-addr.zen.co.uk [82.69.137.214]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o8ALEZTe003984 for ; Fri, 10 Sep 2010 17:14:36 -0400 (EDT) Received: from localhost (1000@localhost [IPv6:::1]) by kerhand.co.uk (OpenSMTPD) with ESMTP id wxBiRIMB for ; Fri, 10 Sep 2010 22:14:10 +0100 (BST) Date: Fri, 10 Sep 2010 22:14:10 +0100 From: Jason McIntyre To: discuss@mdocml.bsd.lv Subject: more spacing badness Message-ID: <20100910211434.GA17432@bramka.kerhand.co.uk> X-Mailinglist: mdocml-discuss Reply-To: discuss@mdocml.bsd.lv Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i from vi(1): ex [-FRrSsv] [-c cmd] [-t tag] [-w size] [file ...] vi [-eFRrS] [-c cmd] [-t tag] [-w size] [file ...] view [-eFrS] [-c cmd] [-t tag] [-w size] [file ...] i wanted to format those nicely (in my opinion anyway) so i tried to put a double space between "vi" and its args. current code does this: .Nm vi .Op Fl eFRrS .Op Fl c Ar cmd .Op Fl t Ar tag .Op Fl w Ar size .Op Ar so i tried: .Nm vi\ \& old and new groff produce: vi [-eFRrS] [-c cmd] [-t tag] [-w size] [file ...] but mandoc seems to inject a tab: vi [-eFRrS] [-c cmd] [-t tag] [-w size] [file ...] jmc -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv