discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
* more spacing badness
@ 2010-09-10 21:14 Jason McIntyre
  2010-09-15 15:53 ` Kristaps Dzonsons
  0 siblings, 1 reply; 5+ messages in thread
From: Jason McIntyre @ 2010-09-10 21:14 UTC (permalink / raw)
  To: discuss

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-22  8:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-10 21:14 more spacing badness Jason McIntyre
2010-09-15 15:53 ` Kristaps Dzonsons
2010-09-21 23:05   ` Ingo Schwarze
2010-09-22  7:09     ` Jason McIntyre
2010-09-22  8:11       ` Kristaps Dzonsons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).