Date: Mon, 12 May 2003 13:50:48 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Kazuo Horikawa <horikawa@jp.FreeBSD.org> Cc: ru@freebsd.org Subject: Re: ".It Xo" ... generates improper output on groff 1.18.1 Message-ID: <20030512105048.GB711@gothmog.gr> In-Reply-To: <20030512.010014.74754261.horikawa@attbi.com> References: <20030512.010014.74754261.horikawa@attbi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-05-12 01:00, Kazuo Horikawa <horikawa@jp.FreeBSD.org> wrote: > Hi, > > Recently, using groff 1.18.1, I realized that sequences like below > produce improper output. > > .It Xo > .Em start > and > .Em size > .Xc > fields provide the start address > and size of a slice in sectors. > > Sequence above taken from src/sbin/fdisk/fdisk.8 rev 1.34 is formated > as follows: > > andrsize' fields provide the start address and size > of a slice in sectors. > > I could see "warning: missing closing delimiter" on stderr, if -ww is > specified. > > Is this fixed by recent groff 1.19, or still existing problem? This... .Bl -tag The .Nm utility reads files sequentially, writing them to the standard output. .It Xo .Em start and .Em size .Xc fields provide the start address and size of a slice in sectors. .El works fine using groff 1.19 with -z -ww -mandoc options here.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030512105048.GB711>